Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
6dde046f2c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      build/win32/platform_specific_code/juce_win32_Windowing.cpp

+ 4
- 0
build/win32/platform_specific_code/juce_win32_Windowing.cpp View File

@@ -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())


Loading…
Cancel
Save