mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Added skin related variables.
#CURRENTCONFIGX# #CURRENTCONFIGY# #CURRENTCONFIGWIDTH# #CURRENTCONFIGHEIGHT# - Code cleanup.
This commit is contained in:
@ -659,14 +659,14 @@ const std::wstring& CConfigParser::ReadString(LPCTSTR section, LPCTSTR key, LPCT
|
||||
}
|
||||
}
|
||||
|
||||
SetVariable(L"CURRENTSECTION", section); // Set temporarily
|
||||
SetBuiltInVariable(L"CURRENTSECTION", section); // Set temporarily
|
||||
|
||||
if (ReplaceVariables(result))
|
||||
{
|
||||
m_LastReplaced = true;
|
||||
}
|
||||
|
||||
SetVariable(L"CURRENTSECTION", L""); // Reset
|
||||
SetBuiltInVariable(L"CURRENTSECTION", L""); // Reset
|
||||
|
||||
if (bReplaceMeasures && ReplaceMeasures(result))
|
||||
{
|
||||
|
Reference in New Issue
Block a user