mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-29 00:10:30 -05:00
sys: Allow multiple files to be loaded simultaneously
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
return HTBOTTOMRIGHT;
|
||||
case RegionClient:
|
||||
default:
|
||||
if ((cursor.y < (window.top + titleBarHeight * 2)) && !ImGui::IsAnyItemHovered())
|
||||
if ((cursor.y < (window.top + titleBarHeight)) && !(ImGui::IsAnyItemHovered() || ImGui::IsAnyItemFocused()))
|
||||
return HTCAPTION;
|
||||
else break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user