mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-26 17:37:07 +00:00
Minor change in CustomizedGuiManager::onProcessMessage()
This commit is contained in:
parent
b6076e6732
commit
54da860a00
@ -389,7 +389,7 @@ bool CustomizedGuiManager::onProcessMessage(Message* msg)
|
||||
// Ctrl+Shift+Q generates a crash (useful to test the anticrash feature)
|
||||
if (msg->ctrlPressed() &&
|
||||
msg->shiftPressed() &&
|
||||
static_cast<KeyMessage*>(msg)->scancode() == kKeyQ) {
|
||||
keymsg->scancode() == kKeyQ) {
|
||||
int* p = nullptr;
|
||||
*p = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user