mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added workaround for the issue that skins disappear when resuming from sleep mode.
http://rainmeter.net/forum/viewtopic.php?f=5&t=11313
This commit is contained in:
@ -2921,7 +2921,7 @@ void CMeterWindow::Update(bool nodraw)
|
||||
|
||||
// If our option is to disable when in an RDP session, then check if in an RDP session.
|
||||
// Only redraw if we are not in a remote session
|
||||
if (!m_Rainmeter->GetDisableRDP() || !GetSystemMetrics(SM_REMOTESESSION))
|
||||
if (m_Rainmeter->IsRedrawable())
|
||||
{
|
||||
Redraw();
|
||||
}
|
||||
|
Reference in New Issue
Block a user