mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-04 01:13:38 +00:00
Avoid beep when Alt+char is pressed on Skia/Win port
This commit is contained in:
parent
2bc6a76fd5
commit
7434dd053a
@ -428,6 +428,10 @@ namespace she {
|
||||
return 0;
|
||||
}
|
||||
|
||||
case WM_MENUCHAR:
|
||||
// Avoid playing a sound when Alt+key is pressed and it's not in a native menu
|
||||
return MAKELONG(0, MNC_CLOSE);
|
||||
|
||||
case WM_DROPFILES: {
|
||||
HDROP hdrop = (HDROP)(wparam);
|
||||
Event::Files files;
|
||||
|
Loading…
x
Reference in New Issue
Block a user