fix: Window not being properly resizable from the top right on Windows

This commit is contained in:
WerWolv
2025-08-15 17:30:23 +02:00
parent ce0c97e6d5
commit f921742dcc

View File

@@ -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;