File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1335,7 +1335,7 @@ void CAudioMixerBoard::ApplyNewConClientList ( CVector<CChannelInfo>& vecChanInf
13351335 Mutex.unlock (); // release mutex
13361336
13371337 // Ensure MIDI state is applied to faders during the connection process
1338- SetMIDICtrlUsed ( pSettings->bUseMIDIController );
1338+ SetMIDICtrlUsed ( pSettings->bUseMIDIController );
13391339
13401340 // sort the channels according to the selected sorting type
13411341 ChangeFaderOrder ( eChSortType );
Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ void CClientSettingsDlg::showEvent ( QShowEvent* event )
910910 chbUseMIDIController->setChecked ( pSettings->bUseMIDIController );
911911
912912 // Emit MIDIControllerUsageChanged signal to propagate MIDI state at startup
913- emit MIDIControllerUsageChanged ( chbUseMIDIController->isChecked ());
913+ emit MIDIControllerUsageChanged ( chbUseMIDIController->isChecked () );
914914
915915 QDialog::showEvent ( event );
916916}
You can’t perform that action at this time.
0 commit comments