mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Rendering issues with Hex Editor Minimap
This commit is contained in:
@@ -500,7 +500,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
// Right click menu
|
||||
if (ImGui::IsMouseReleased(ImGuiMouseButton_Right) && ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows))
|
||||
if (ImGui::IsMouseReleased(ImGuiMouseButton_Right) && ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows) && !ImGui::IsAnyItemHovered())
|
||||
RequestOpenPopup::post("hex.builtin.menu.edit");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user