Skip to content

Commit

Permalink
Set mixer channel LCD when its index changes (#7160)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth authored Mar 24, 2024
1 parent 3e19d13 commit 9ff63a5
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 @@ -277,6 +277,7 @@ namespace lmms::gui
m_muteButton->setModel(&mixerChannel->m_muteModel);
m_soloButton->setModel(&mixerChannel->m_soloModel);
m_effectRackView->setModel(&mixerChannel->m_fxChain);
m_channelNumberLcd->setValue(index);
m_channelIndex = index;
}

Expand Down

0 comments on commit 9ff63a5

Please sign in to comment.