/[svn]/qsampler/trunk/src/qsamplerOptionsForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptionsForm.cpp

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

revision 3760 by capela, Mon Mar 30 16:38:22 2020 UTC revision 3761 by capela, Tue Mar 31 11:06:16 2020 UTC
# Line 357  void OptionsForm::accept (void) Line 357  void OptionsForm::accept (void)
357                  m_iDirtyCount = 0;                  m_iDirtyCount = 0;
358          }          }
359    
360          // if the user modified the limits, apply them to the sampler          // If the user modified the limits, apply them to the sampler
361          // (and store it later in qsampler's configuration)          // (and store it later in qsampler's configuration)
362          if (bMaxVoicesModified && m_ui.MaxVoicesSpinBox->isEnabled())          if (bMaxVoicesModified && m_ui.MaxVoicesSpinBox->isEnabled())
363                  m_pOptions->setMaxVoices(m_ui.MaxVoicesSpinBox->value());                  m_pOptions->setMaxVoices(m_ui.MaxVoicesSpinBox->value());

Legend:
Removed from v.3760  
changed lines
  Added in v.3761

  ViewVC Help
Powered by ViewVC