Skip to content

Commit

Permalink
Merge remote-tracking branch 'lman/bug-1695-banks-combobox'
Browse files Browse the repository at this point in the history
  • Loading branch information
tedfelix committed Jul 31, 2024
2 parents ed8c5bb + 295a2f7 commit fe8ea0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ MIDIInstrumentParameterPanel::MIDIInstrumentParameterPanel(QWidget *parent) :
m_bankComboBox->setToolTip(tr("<qt>Set the MIDI bank from which to select programs</qt>"));
m_bankComboBox->setMaxVisibleItems(maxVisibleItems);
m_bankComboBox->setMinimumContentsLength(minimumContentsLength);
m_bankComboBox->view()->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
connect(m_bankComboBox,
static_cast<void(QComboBox::*)(int)>(&QComboBox::activated),
this, &MIDIInstrumentParameterPanel::slotSelectBank);
Expand Down

0 comments on commit fe8ea0a

Please sign in to comment.