mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Menu Bar being scrollable sideways
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user