diff --git a/src/tracks/InstrumentTrack.cpp b/src/tracks/InstrumentTrack.cpp index c4cc26a8f..6d491af29 100644 --- a/src/tracks/InstrumentTrack.cpp +++ b/src/tracks/InstrumentTrack.cpp @@ -1332,6 +1332,7 @@ void InstrumentTrackWindow::modelChanged() { m_pitchKnob->hide(); m_pitchKnob->setModel( NULL ); + m_pitchRangeSpinBox->hide(); } m_ssView->setModel( &m_track->m_soundShaping );