Hide editor window when user hits Esc

pull/1043/head^2
robnee 2021-03-08 21:24:51 -05:00 committed by phkahler
parent bef6bc3b77
commit 979a9f084e
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@ public:
return 0;
}
} else if(wParam == VK_ESCAPE) {
sscheck(SendMessageW(hWindow, msg, wParam, lParam));
window->HideEditor();
return 0;
}
}