diff --git a/src/gui/MixerView.cpp b/src/gui/MixerView.cpp index d05ff097d..5cb99295b 100644 --- a/src/gui/MixerView.cpp +++ b/src/gui/MixerView.cpp @@ -376,6 +376,7 @@ void MixerView::updateMixerChannel(int index) } thisLine->m_sendButton->updateLightStatus(); + thisLine->m_renameLineEdit->setText(thisLine->elideName(thisLine->mixerChannel()->m_name)); thisLine->update(); }