Adding the missing TableNextRow.

This commit is contained in:
Electric Keet 2023-08-28 10:39:40 -07:00
parent cae3fa43b2
commit ed05c16d95
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ void FurnaceGUI::drawChanOsc() {
if (chanOscWindowSize>50.0f) chanOscWindowSize=50.0f;
}
ImGui::TableNextRow();
ImGui::TableNextColumn();
ImGui::AlignTextToFramePadding();
ImGui::Text("Automatic columns");