channel drag copy: remove column header text
This commit is contained in:
parent
b8ce3219eb
commit
e7e001f956
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue