mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional changes to dca5795
This commit is contained in:
parent
e9fac27b46
commit
239e61fd14
@ -54,6 +54,7 @@ LPCWSTR __stdcall RmReplaceVariables(void* rm, LPCWSTR str)
|
|||||||
ConfigParser& parser = measure->GetMeterWindow()->GetParser();
|
ConfigParser& parser = measure->GetMeterWindow()->GetParser();
|
||||||
g_Buffer = str;
|
g_Buffer = str;
|
||||||
parser.ReplaceVariables(g_Buffer);
|
parser.ReplaceVariables(g_Buffer);
|
||||||
|
parser.ReplaceMeasures(g_Buffer);
|
||||||
return g_Buffer.c_str();
|
return g_Buffer.c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user