mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed issue with r1153 (if skin is changed to other variant, the former skin is leaked).
This commit is contained in:
@ -3109,7 +3109,7 @@ LRESULT CMeterWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
if (m_FadeStartTime == 0)
|
||||
{
|
||||
KillTimer(m_Window, TIMER_DEACTIVATE);
|
||||
Rainmeter->DeleteMeterWindow(this);
|
||||
Rainmeter->DeleteMeterWindow(this, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user