mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed typo in @1e3d6c156d71953bb1faa48d8b64635bc956bbd2
This commit is contained in:
parent
1a60511edf
commit
032c7914f7
@ -1379,7 +1379,7 @@ void CMeterWindow::SetOption(const std::wstring& section, const std::wstring& op
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
CMeter* measure = GetMeter(section);
|
CMeasure* measure = GetMeasure(section);
|
||||||
if (measure)
|
if (measure)
|
||||||
{
|
{
|
||||||
setValue(measure, option, value);
|
setValue(measure, option, value);
|
||||||
|
Loading…
Reference in New Issue
Block a user