mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-17 19:24:52 -04:00
Set mixer channel LCD when its index changes (#7160)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user