mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Script: ReplaceVariables() now also replaces [measures]
This commit is contained in:
parent
e4104587f5
commit
746bd059fd
@ -126,6 +126,7 @@ static int ReplaceVariables(lua_State* L)
|
||||
std::wstring strTmp = LuaManager::ToWide(L, 2);
|
||||
|
||||
self->GetParser().ReplaceVariables(strTmp);
|
||||
self->GetParser().ReplaceMeasures(strTmp);
|
||||
LuaManager::PushWide(L, strTmp.c_str());
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user