[studio,nostalgia/gfx/studio] Cleanup

This commit is contained in:
2025-05-06 01:00:04 -05:00
parent 8c6b2234ec
commit 0003454311
12 changed files with 55 additions and 43 deletions
@@ -129,7 +129,7 @@ void TileSheetEditorImGui::keyStateChanged(turbine::Key const key, bool const do
if (!down) {
return;
}
if (key == turbine::Key::Escape) {
if (ig::mainWinHasFocus() && key == turbine::Key::Escape) {
m_subsheetEditor.close();
m_exportMenu.close();
m_palPicker.close();