mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-02 09:17:26 +00:00
parent
0d18b4828d
commit
9e093a20c1
1 changed files with 1 additions and 1 deletions
|
@ -3864,7 +3864,7 @@ bool FurnaceGUI::loop() {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
case SDL_KEYDOWN:
|
case SDL_KEYDOWN:
|
||||||
if (!ImGui::GetIO().WantCaptureKeyboard) {
|
if (!ImGui::GetIO().WantCaptureKeyboard || (ImGuiFileDialog::Instance()->IsOpened() && !ImGui::GetIO().WantTextInput)) {
|
||||||
keyDown(ev);
|
keyDown(ev);
|
||||||
}
|
}
|
||||||
insEditMayBeDirty=true;
|
insEditMayBeDirty=true;
|
||||||
|
|
Loading…
Reference in a new issue