From b0f8ece9d9da513ca6a52471a11258ce7ae090b7 Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Sat, 20 Apr 2013 16:14:31 +0000 Subject: [PATCH] Forgot disable else and it became: else /* */ break; Caused a crash on Windows on alt-key when a tablet was plug in. --- intern/ghost/intern/GHOST_SystemWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index d67381d66fe..b3f2f218778 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -982,7 +982,7 @@ LRESULT WINAPI GHOST_SystemWin32::s_wndProc(HWND hwnd, UINT msg, WPARAM wParam, if (wParam == SC_KEYMENU) { eventHandled = true; - } else + }// else /* XXX Disable for now due to area resizing issue. bug# 34990 */ /*if((wParam&0xfff0)==SC_SIZE) {