mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Add: Formulas now allowed in the following settings:
LineWidth LineLength StartAngle RotationAngle Angle ImageRotate MinValue MaxValue IfAboveValue IfEqualValue IfBelowValue
This commit is contained in:
@ -328,7 +328,7 @@ void CMeterString::ReadConfig(CConfigParser& parser, const WCHAR* section)
|
||||
|
||||
m_NumOfDecimals = parser.ReadInt(section, L"NumOfDecimals", -1);
|
||||
|
||||
m_Angle = (Gdiplus::REAL)parser.ReadFloat(section, L"Angle", 0.0);
|
||||
m_Angle = (Gdiplus::REAL)parser.ReadFormula(section, L"Angle", 0.0);
|
||||
|
||||
const std::wstring& autoscale = parser.ReadString(section, L"AutoScale", L"0");
|
||||
int autoscaleValue = _wtoi(autoscale.c_str());
|
||||
|
Reference in New Issue
Block a user