mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that About dialog is not updated when skin is closed.
http://rainmeter.net/forum/viewtopic.php?f=14&t=11247
This commit is contained in:
parent
94b1145f7a
commit
340570437e
@ -1209,6 +1209,8 @@ void CRainmeter::DeleteMeterWindow(CMeterWindow* meterWindow, bool force)
|
|||||||
CDialogManage::UpdateSkins(meterWindow, true);
|
CDialogManage::UpdateSkins(meterWindow, true);
|
||||||
delete meterWindow;
|
delete meterWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CDialogAbout::UpdateSkins();
|
||||||
}
|
}
|
||||||
|
|
||||||
CMeterWindow* CRainmeter::GetMeterWindow(const std::wstring& config)
|
CMeterWindow* CRainmeter::GetMeterWindow(const std::wstring& config)
|
||||||
|
Loading…
Reference in New Issue
Block a user