mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional changes to af8befd
This commit is contained in:
@ -2884,7 +2884,7 @@ void CRainmeter::ShowContextMenu(POINT pos, CMeterWindow* meterWindow)
|
||||
MENU_ITEM(IDM_QUIT, ID_STR_EXIT)
|
||||
};
|
||||
|
||||
if (!m_MenuActive)
|
||||
if (!m_MenuActive && (!meterWindow || !meterWindow->IsClosing()))
|
||||
{
|
||||
m_MenuActive = true;
|
||||
|
||||
|
Reference in New Issue
Block a user