1
0
mirror of synced 2024-09-25 03:58:27 +02:00

fix: Menu Bar being scrollable sideways

This commit is contained in:
WerWolv 2023-07-01 22:55:59 +02:00
parent a0c89858ed
commit 28dea8e5bd

View File

@ -426,6 +426,7 @@ namespace hex {
// Render main menu
ImGui::PushStyleVar(ImGuiStyleVar_WindowBorderSize, 0.0F);
ImGui::SetNextWindowScroll(ImVec2(0, 0));
if (ImGui::BeginMainMenuBar()) {
if (ImHexApi::System::isBorderlessWindowModeEnabled()) {