mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
-Added options to RoundLine to use meter to control any combination of RotationAngle, LineStart, and LineLength. Defaults to meter controlling RotationAngle only to match traditional behavior.
This commit is contained in:
@ -40,6 +40,11 @@ private:
|
||||
double m_LineStart;
|
||||
double m_StartAngle;
|
||||
double m_RotationAngle;
|
||||
bool m_CntrlAngle;
|
||||
bool m_CntrlLineStart;
|
||||
bool m_CntrlLineLength;
|
||||
double m_LineStartShift;
|
||||
double m_LineLengthShift;
|
||||
UINT m_ValueRemainder;
|
||||
Gdiplus::Color m_LineColor;
|
||||
double m_Value;
|
||||
|
Reference in New Issue
Block a user