fix: Interacting with popups that extend past the edge of the window
This commit is contained in:
parent
2f7b949bd1
commit
5182a61fcc
@ -237,6 +237,9 @@ namespace hex::plugin::builtin {
|
||||
if (ctx == nullptr)
|
||||
return;
|
||||
|
||||
if (ImGui::IsPopupOpen("", ImGuiPopupFlags_AnyPopup))
|
||||
return;
|
||||
|
||||
static ImGuiWindow *lastFocusedWindow = nullptr;
|
||||
|
||||
if (focused) {
|
||||
|
Loading…
Reference in New Issue
Block a user