InstrumentTrack: Fix issue #780 by showing the m_pitchRangeSpinBox too, in case it's been hidden.

This commit is contained in:
Raine M. Ekman
2014-05-31 20:41:50 +03:00
parent 957aed4b80
commit f0556cbc3b

View File

@@ -1323,6 +1323,7 @@ void InstrumentTrackWindow::modelChanged()
m_pitchKnob->setModel( &m_track->m_pitchModel );
m_pitchRangeSpinBox->setModel( &m_track->m_pitchRangeModel );
m_pitchKnob->show();
m_pitchRangeSpinBox->show();
}
else
{