mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Interacting with popups that extend past the edge of the window
This commit is contained in:
@@ -237,6 +237,9 @@ namespace hex::plugin::builtin {
|
||||
if (ctx == nullptr)
|
||||
return;
|
||||
|
||||
if (ImGui::IsPopupOpen("", ImGuiPopupFlags_AnyPopup))
|
||||
return;
|
||||
|
||||
static ImGuiWindow *lastFocusedWindow = nullptr;
|
||||
|
||||
if (focused) {
|
||||
|
||||
Reference in New Issue
Block a user