1
0
mirror of https://github.com/chibicitiberiu/rainmeter-studio.git synced 2024-02-24 04:33:31 +00:00

Additional fix to 4a625d0

This commit is contained in:
spx 2013-06-17 20:57:50 +09:00
parent 4a625d0c2f
commit bda6e3aa47

@ -180,6 +180,10 @@ bool MeterImage::Update()
} }
} }
} }
else // read from the skin
{
s_ImageNameResult = m_ImageName;
}
LoadImage(s_ImageNameResult, (wcscmp(oldResult.c_str(), s_ImageNameResult.c_str()) != 0)); LoadImage(s_ImageNameResult, (wcscmp(oldResult.c_str(), s_ImageNameResult.c_str()) != 0));
return true; return true;