Skip to content

Commit

Permalink
Elide name
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Nov 1, 2024
1 parent 50482c6 commit ff2b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MixerChannelView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void MixerChannelView::setChannelIndex(int index)
m_soloButton->setModel(&mixerChannel->m_soloModel);
m_effectRackView->setModel(&mixerChannel->m_fxChain);
m_channelNumberLcd->setValue(index);
m_renameLineEdit->setText(mixerChannel->m_name);
m_renameLineEdit->setText(elideName(mixerChannel->m_name));
m_channelIndex = index;
}

Expand Down

0 comments on commit ff2b178

Please sign in to comment.