Kobikan / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

LineColor does not use values of Dynamic Variables in the Line meter #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a dynamic variable is used as one of the parameters for LineColor in a 
Line meter, it will be ignored. In the case of variables, the original 
value is used. In the case of Measure values, 0 is used. The issue extends 
to the colouring of other lines as well (ie: LineColor2, LineColor3, etc.) 
Dynamic variables work properly for other values in the line meter, such as 
SolidColor, as well as for the LineColor setting in the Roundline meter. 

The attached skin demonstrates the issue. It displays two line meters and a 
roundline meter. 

The first line meter - the one one the left - shows SolidColor using both 
kinds of dynamic variables, with the actual lines showing incorrect 
colours. 

The second line meter - the one on the right - uses no dynamic variables. 
These are the colours that should appear on the first line meter.

The roundline meter merely demonstrates that the bug is exclusive to the 
line meter, as the roundline's LineColor is being properly controlled by 
the dynamic variables.

Tested on:
Rainmeter version 1.1 rev 306 (32-bit)

Original issue reported on code.google.com by alex2...@gmail.com on 14 Jan 2010 at 6:04

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by spx268 on 29 Jan 2010 at 11:46

GoogleCodeExporter commented 9 years ago
Fixed in r324.

Original comment by spx268 on 30 Jan 2010 at 12:05