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:
parent
2ca1f2e704
commit
2db3582466
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue