mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that !SetOptionGroup doesn't work with Measures.
This commit is contained in:
parent
bdb294893c
commit
73f56cf50c
@ -1434,11 +1434,11 @@ void CMeterWindow::SetOption(const std::wstring& section, const std::wstring& op
|
|||||||
|
|
||||||
if (value.empty())
|
if (value.empty())
|
||||||
{
|
{
|
||||||
GetParser().DeleteValue(section, option);
|
GetParser().DeleteValue((*i)->GetOriginalName(), option);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
GetParser().SetValue(section, option, value);
|
GetParser().SetValue((*i)->GetOriginalName(), option, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user