channel drag copy: remove column header text

This commit is contained in:
yohannd1 2025-09-28 20:32:49 -03:00 committed by tildearrow
parent b8ce3219eb
commit e7e001f956

View file

@ -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; i<e->getTotalChannelCount(); i++) {