mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Pressing buttons while window is unfocused not working
This commit is contained in:
@@ -245,6 +245,8 @@ namespace hex::plugin::builtin {
|
||||
|
||||
if (ImGui::IsPopupOpen("", ImGuiPopupFlags_AnyPopup))
|
||||
return;
|
||||
if (ImGui::IsAnyItemHovered())
|
||||
return;
|
||||
|
||||
static ImGuiWindow *lastFocusedWindow = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user