/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 400 by capela, Mon Feb 21 15:02:58 2005 UTC revision 409 by capela, Thu Feb 24 12:10:54 2005 UTC
# Line 158  void qsamplerChannelForm::setup ( qsampl Line 158  void qsamplerChannelForm::setup ( qsampl
158          if (sEngineName != qsamplerChannel::noEngineName() &&          if (sEngineName != qsamplerChannel::noEngineName() &&
159                  sInstrumentFile != qsamplerChannel::noInstrumentName())                  sInstrumentFile != qsamplerChannel::noInstrumentName())
160                  m_iDirtyCount++;                  m_iDirtyCount++;
161            // FIXME: These are better leave diabled...
162        MidiPortTextLabel->setEnabled(false);
163        MidiPortSpinBox->setEnabled(false);
164      // Done.      // Done.
165      m_iDirtySetup--;      m_iDirtySetup--;
166      stabilizeForm();      stabilizeForm();

Legend:
Removed from v.400  
changed lines
  Added in v.409

  ViewVC Help
Powered by ViewVC