Hide RANGE spinbox when the instrument is not bendable

This commit is contained in:
Wong Cho Ching
2014-02-01 10:36:47 +08:00
parent 694c861318
commit edbe8336cc

View File

@@ -1332,6 +1332,7 @@ void InstrumentTrackWindow::modelChanged()
{
m_pitchKnob->hide();
m_pitchKnob->setModel( NULL );
m_pitchRangeSpinBox->hide();
}
m_ssView->setModel( &m_track->m_soundShaping );