1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

win32: avoid beep on alt-key press.

This commit is contained in:
jules 2013-06-13 16:36:27 +01:00
parent 2ca1f2e704
commit 2db3582466

View file

@ -2356,7 +2356,8 @@ private:
if (doAppCommand (lParam))
return TRUE;
break;
case WM_MENUCHAR: // triggered when alt+something is pressed
return MNC_CLOSE << 16; // (avoids making the default system beep)
//==============================================================================
case WM_SETFOCUS: