mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed invalid state in context menu. (r948)
This commit is contained in:
parent
e4ffc1bc6c
commit
6cce1c2233
@ -2285,15 +2285,14 @@ void CRainmeter::CreateMeterWindow(const std::wstring& path, const std::wstring&
|
|||||||
{
|
{
|
||||||
mw->Initialize(*this);
|
mw->Initialize(*this);
|
||||||
|
|
||||||
|
CDialogAbout::UpdateSkins();
|
||||||
CDialogManage::UpdateSkins(mw);
|
CDialogManage::UpdateSkins(mw);
|
||||||
}
|
}
|
||||||
catch (CError& error)
|
catch (CError& error)
|
||||||
{
|
{
|
||||||
DeleteMeterWindow(mw, false);
|
DeactivateConfig(mw, -1);
|
||||||
LogError(error);
|
LogError(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
CDialogAbout::UpdateSkins();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user