mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
fix ImMemWindow hotkeys globally interfering with text input
This commit is contained in:
@@ -1180,7 +1180,9 @@ void ImMemWindow::Draw(MIPSDebugInterface *mipsDebug, ImConfig &cfg, ImControl &
|
||||
StatusBar(memView_.StatusMessage());
|
||||
|
||||
ImGui::End();
|
||||
ProcessKeyboardShortcuts();
|
||||
if (!ImGui::GetIO().WantTextInput) {
|
||||
ProcessKeyboardShortcuts();
|
||||
}
|
||||
}
|
||||
|
||||
const char *ImMemWindow::Title(int index) {
|
||||
|
||||
Reference in New Issue
Block a user