From 4bb77ea3cb49085ec7c3c83b3f7f7bfa1d78ce2f Mon Sep 17 00:00:00 2001 From: BlastBrothers Date: Sun, 17 Apr 2022 11:38:28 -0400 Subject: [PATCH] This is not a sample properties table --- src/gui/waveEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/waveEdit.cpp b/src/gui/waveEdit.cpp index 040e8820..5c812283 100644 --- a/src/gui/waveEdit.cpp +++ b/src/gui/waveEdit.cpp @@ -92,7 +92,7 @@ void FurnaceGUI::drawWaveEdit() { } if (settings.waveLayout){ - if (ImGui::BeginTable("SampleProps",2,ImGuiTableFlags_SizingStretchSame)) { + if (ImGui::BeginTable("WaveProps",2,ImGuiTableFlags_SizingStretchSame)) { ImGui::TableNextRow(); ImGui::TableNextColumn(); ImGui::Text("Width");