mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that [measures] in bangs weren't replaced since r1148.
This commit is contained in:
parent
d23112ba7f
commit
cab05532f5
@ -1861,7 +1861,7 @@ void CRainmeter::ExecuteCommand(const WCHAR* command, CMeterWindow* meterWindow)
|
||||
|
||||
if (meterWindow && _wcsnicmp(L"Execute", command, 7) != 0)
|
||||
{
|
||||
meterWindow->GetParser().ReplaceMeasures(bang);
|
||||
meterWindow->GetParser().ReplaceMeasures(arg);
|
||||
}
|
||||
|
||||
ExecuteBang(bang, arg, meterWindow);
|
||||
|
Loading…
Reference in New Issue
Block a user