--- qsampler/trunk/src/qsamplerChannelForm.ui.h 2005/02/18 03:58:55 390 +++ qsampler/trunk/src/qsamplerChannelForm.ui.h 2005/02/18 10:28:45 391 @@ -153,6 +153,11 @@ AudioDriverComboBox->insertItem(sAudioDriver); AudioDriverComboBox->setCurrentText(sAudioDriver); } + // As convenient, make it ready on stabilizeForm() for + // prompt acceptance, if we got the minimum required... + if (bNew && sEngineName != qsamplerChannel::noEngineName() && + sInstrumentFile != qsamplerChannel::noInstrumentName()) + m_iDirtyCount++; // Done. m_iDirtySetup--; stabilizeForm();