Hide editor window when user hits Esc
parent
bef6bc3b77
commit
979a9f084e
|
@ -1095,7 +1095,7 @@ public:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
} else if(wParam == VK_ESCAPE) {
|
} else if(wParam == VK_ESCAPE) {
|
||||||
sscheck(SendMessageW(hWindow, msg, wParam, lParam));
|
window->HideEditor();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue