From db1682a2ac53fa8c58006ecf76e2d2b531a3a846 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 8 Apr 2024 16:21:33 +0200 Subject: [PATCH] fix #1034 --- core/src/gui/main_window.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/gui/main_window.cpp b/core/src/gui/main_window.cpp index de690fc5..65436fe4 100644 --- a/core/src/gui/main_window.cpp +++ b/core/src/gui/main_window.cpp @@ -433,6 +433,9 @@ void MainWindow::draw() { showCredits = false; } + // Reset waterfall lock + lockWaterfallControls = showCredits; + // Handle menu resize ImVec2 winSize = ImGui::GetWindowSize(); ImVec2 mousePos = ImGui::GetMousePos(); @@ -467,7 +470,6 @@ void MainWindow::draw() { displaymenu::checkKeybinds(); // Left Column - lockWaterfallControls = false; if (showMenu) { ImGui::Columns(3, "WindowColumns", false); ImGui::SetColumnWidth(0, menuWidth);