mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed an issue that skin window isn't redrawn when calling !RainmeterShowMeter/HideMeter bangs.
This commit is contained in:
parent
f0eb6d5da0
commit
bf861acbcc
@ -2483,7 +2483,7 @@ void CMeterWindow::Update(bool nodraw)
|
||||
}
|
||||
}
|
||||
|
||||
if (!nodraw && (m_Refreshing || bUpdate))
|
||||
if (!nodraw && (bUpdate || m_ResetRegion || m_Refreshing))
|
||||
{
|
||||
if (m_DynamicWindowSize)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user