[nostalgia/core/studio] Disable Palette page hotkeys when Rename popup is open
This commit is contained in:
@@ -49,7 +49,7 @@ PaletteEditorImGui::PaletteEditorImGui(studio::StudioContext &sctx, ox::StringPa
|
||||
}
|
||||
|
||||
void PaletteEditorImGui::keyStateChanged(turbine::Key key, bool down) {
|
||||
if (!down) {
|
||||
if (!down || m_pageRename.isOpen()) {
|
||||
return;
|
||||
}
|
||||
if (key >= turbine::Key::Num_1 && key <= turbine::Key::Num_9) {
|
||||
|
||||
Reference in New Issue
Block a user