diff options
-rw-r--r-- | client/windows/platform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/windows/platform.cpp b/client/windows/platform.cpp index 3400811f..97c6dfc4 100644 --- a/client/windows/platform.cpp +++ b/client/windows/platform.cpp @@ -66,6 +66,7 @@ static LRESULT CALLBACK PlatformWinProc(HWND hWnd, UINT message, WPARAM wParam, } else { LOG_WARN("received WM_TIMER not inside a modal loop"); } + break; case WM_ACTIVATEAPP: if (wParam) { event_listener->on_app_activated(); |