Skip to content

Commit

Permalink
Set name inside textbox when moving to a new channel
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Nov 1, 2024
1 parent 7fe0851 commit 50482c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/MixerChannelView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +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_channelIndex = index;
}

Expand Down

0 comments on commit 50482c6

Please sign in to comment.