Mercurial > hg > svgui
diff widgets/AudioDial.cpp @ 395:33c2f268c950
* reorganise tabular data editor model support
author | Chris Cannam |
---|---|
date | Wed, 11 Jun 2008 16:13:25 +0000 |
parents | 06b5f110c5d2 |
children | 1fe7951a61e8 |
line wrap: on
line diff
--- a/widgets/AudioDial.cpp Wed Jun 11 12:54:18 2008 +0000 +++ b/widgets/AudioDial.cpp Wed Jun 11 16:13:25 2008 +0000 @@ -515,7 +515,7 @@ tr("Enter new value"), tr("Enter a new value from %1 to %2:") .arg(minimum()).arg(maximum()), - value(), minimum(), maximum(), pageStep(), &ok); + value(), minimum(), maximum(), singleStep(), &ok); if (ok) { setValue(newPosition);