|
|
@@ -2048,6 +2048,10 @@ private: |
|
|
handleUserClosingWindow();
|
|
|
handleUserClosingWindow();
|
|
|
return 0;
|
|
|
return 0;
|
|
|
|
|
|
|
|
|
|
|
|
case WM_QUIT:
|
|
|
|
|
|
JUCEApplication::quit();
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
//==============================================================================
|
|
|
case WM_TRAYNOTIFY:
|
|
|
case WM_TRAYNOTIFY:
|
|
|
if (component->isCurrentlyBlockedByAnotherModalComponent())
|
|
|
if (component->isCurrentlyBlockedByAnotherModalComponent())
|
|
|
|