+ Using locale delimiter
This commit is contained in:
parent
43a665451d
commit
9b0d24345f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user