GUI: channel namws
This commit is contained in:
parent
efde2c5798
commit
6b499fbc79
3 changed files with 57 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue