mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Window not being properly resizable from the top right on Windows
This commit is contained in:
@@ -267,10 +267,6 @@ namespace hex {
|
||||
RegionTop * (cursor.y < (window.top + border.y)) |
|
||||
RegionBottom * (cursor.y >= (window.bottom - border.y));
|
||||
|
||||
if (result != 0 && (ImGui::IsAnyItemHovered())) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (ImGui::IsPopupOpen(nullptr, ImGuiPopupFlags_AnyPopupId)) {
|
||||
if (result == RegionClient)
|
||||
return HTCLIENT;
|
||||
|
||||
Reference in New Issue
Block a user