From ed05c16d9576f3d11b997a97814c03daa9e5867a Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Mon, 28 Aug 2023 10:39:40 -0700 Subject: [PATCH] Adding the missing TableNextRow. --- src/gui/chanOsc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/chanOsc.cpp b/src/gui/chanOsc.cpp index 623eb39f..a92a0a7d 100644 --- a/src/gui/chanOsc.cpp +++ b/src/gui/chanOsc.cpp @@ -149,6 +149,7 @@ void FurnaceGUI::drawChanOsc() { if (chanOscWindowSize>50.0f) chanOscWindowSize=50.0f; } + ImGui::TableNextRow(); ImGui::TableNextColumn(); ImGui::AlignTextToFramePadding(); ImGui::Text("Automatic columns");