fix: Menu Bar being scrollable sideways
This commit is contained in:
parent
a0c89858ed
commit
28dea8e5bd
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user