GUI: prevent patchbay from moving up and down

This commit is contained in:
tildearrow 2023-01-10 14:25:25 -05:00
parent 4bc2418dd6
commit 02838e0a07
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ void FurnaceGUI::drawMixer() {
ImGui::EndTable();
}
} else {
ImGui::Dummy(ImVec2(1.0f,ImGui::GetFrameHeightWithSpacing()*4.0f));
}
hoveredPortSet=0x1fff;