From e7e001f956371577d20969d8d2345222494fee1e Mon Sep 17 00:00:00 2001 From: yohannd1 Date: Sun, 28 Sep 2025 20:32:49 -0300 Subject: [PATCH] channel drag copy: remove column header text --- src/gui/channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channels.cpp b/src/gui/channels.cpp index 0b4ced5ac..2e8c4d276 100644 --- a/src/gui/channels.cpp +++ b/src/gui/channels.cpp @@ -50,7 +50,7 @@ void FurnaceGUI::drawChannels() { ImGui::TableNextColumn(); ImGui::Text(_("Osc")); ImGui::TableNextColumn(); - ImGui::Text(_("Drg")); + ImGui::Text("%s", ""); ImGui::TableNextColumn(); ImGui::Text(_("Name")); for (int i=0; igetTotalChannelCount(); i++) {