Merge pull request #224 from wongcc966422/hideRange

Hide RANGE spinbox when the instrument is not bendable
This commit is contained in:
Tobias Doerffel
2014-02-01 03:44:10 -08:00

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 );