+ Using locale delimiter

This commit is contained in:
wmayer 2014-02-11 17:36:04 +01:00
parent 43a665451d
commit 9b0d24345f

View File

@ -373,7 +373,7 @@ void InputField::wheelEvent ( QWheelEvent * event )
double val = actUnitValue + numSteps;
this->setText( QString::fromUtf8("%1 %2").arg(val).arg(actUnitStr));
this->setText( QString::fromUtf8("%L1 %2").arg(val).arg(actUnitStr));
//if (event->orientation() == Qt::Horizontal) {
// scrollHorizontally(numSteps);