mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Broken backwards compatibility was fixed.
([Measure] contained in Action in Measure and Meter are not replaced when reading skins. They are replaced only when executing action.)
This commit is contained in:
@ -286,7 +286,7 @@ void CMeasureNet::ReadConfig(CConfigParser& parser, const WCHAR* section, NET ne
|
||||
m_Cumulative = 0!=parser.ReadInt(section, L"Cumulative", 0);
|
||||
|
||||
m_TrafficValue = parser.ReadFloat(section, L"TrafficValue", 0.0);
|
||||
m_TrafficAction = parser.ReadString(section, L"TrafficAction", L"");
|
||||
m_TrafficAction = parser.ReadString(section, L"TrafficAction", L"", false);
|
||||
|
||||
if (maxValue == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user