From 02838e0a07499a3ce3ada85e289be5cdfc2965bd Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 10 Jan 2023 14:25:25 -0500 Subject: [PATCH] GUI: prevent patchbay from moving up and down --- src/gui/mixer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/mixer.cpp b/src/gui/mixer.cpp index 2ba6fbef..9cbe1674 100644 --- a/src/gui/mixer.cpp +++ b/src/gui/mixer.cpp @@ -248,6 +248,8 @@ void FurnaceGUI::drawMixer() { ImGui::EndTable(); } + } else { + ImGui::Dummy(ImVec2(1.0f,ImGui::GetFrameHeightWithSpacing()*4.0f)); } hoveredPortSet=0x1fff;