--- qsampler/trunk/src/qsamplerChannelFxForm.cpp 2008/02/05 23:17:27 1670 +++ qsampler/trunk/src/qsamplerChannelFxForm.cpp 2008/02/06 09:18:21 1671 @@ -258,7 +258,7 @@ m_ui.depthCtrlComboBox->setCurrentIndex(pFxSend->sendDepthMidiCtrl()); m_ui.depthSpinBox->setValue( - ::round(pFxSend->currentDepth() * 100.0) + int(::round(pFxSend->currentDepth() * 100.0)) ); }