Skip to content

Commit

Permalink
Merge pull request #5580 from IanCaio/hotfix/outputChannelBug
Browse files Browse the repository at this point in the history
Fixes small conflict on a new commit
  • Loading branch information
Spekular authored Jul 14, 2020
2 parents 920ff35 + 159861a commit 619b1d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/widgets/InstrumentMidiIOView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ InstrumentMidiIOView::InstrumentMidiIOView( QWidget* parent ) :
/*: This string must be be short, its width must be less than
* width of LCD spin-box of two digits */
m_outputChannelSpinBox->setLabel( tr( "CHAN" ) );
m_outputChannelSpinBox->setEnabled( false );
midiOutputLayout->addWidget( m_outputChannelSpinBox );

m_fixedOutputVelocitySpinBox = new LcdSpinBox( 3, m_midiOutputGroupBox );
Expand Down

0 comments on commit 619b1d6

Please sign in to comment.