mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed issue with 8330415
This commit is contained in:
@ -88,7 +88,8 @@ CMeasure::CMeasure(CMeterWindow* meterWindow, const WCHAR* name) : CSection(name
|
||||
m_Disabled(false),
|
||||
m_Initialized(false),
|
||||
m_OldValue(0.0),
|
||||
m_OldStringValue(L"")
|
||||
m_OldStringValue(L""),
|
||||
m_SkipFirstChange(true)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user