(svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent c26177d14f
commit 8982342c54

@ -332,7 +332,7 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
return 0; // do nothing
default: /* ALT in combination with something else */
_pressed_key = MapWindowsKey(wParam) << 16;
break;
return 0;
}
break;
case WM_NCMOUSEMOVE:

Loading…
Cancel
Save