GUI: channel namws

This commit is contained in:
tildearrow 2021-12-13 13:10:56 -05:00
parent efde2c5798
commit 6b499fbc79
3 changed files with 57 additions and 1 deletions

View file

@ -480,7 +480,7 @@ bool FurnaceGUI::loop() {
ImGui::TableNextColumn();
for (int i=0; i<chans; i++) {
ImGui::TableNextColumn();
ImGui::Text("%s",e->getChannelShortName(i));
ImGui::Text("%s",e->getChannelName(i));
}
float oneCharSize=ImGui::CalcTextSize("A").x;
float lineHeight=(ImGui::GetTextLineHeight()+2*dpiScale);