(svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed
authortron
Thu, 10 Mar 2005 15:41:25 +0000
changeset 1480 852ef4df7338
parent 1479 3bb687fbe344
child 1481 940e7ce8116f
(svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed
win32.c
--- a/win32.c	Thu Mar 10 15:23:13 2005 +0000
+++ b/win32.c	Thu Mar 10 15:41:25 2005 +0000
@@ -332,7 +332,7 @@
 			return 0; // do nothing
 		default: /* ALT in combination with something else */
 			_pressed_key = MapWindowsKey(wParam) << 16;
-			break;
+			return 0;
 		}
 		break;
 	case WM_NCMOUSEMOVE: