From 798a74f9fff5bc662edbbdeee4d97957957eef3b Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 19 Jan 2015 21:59:51 +0100 Subject: [PATCH] + fix problem with values > 1000 in quantity spinbox --- src/Gui/QuantitySpinBox.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Gui/QuantitySpinBox.cpp b/src/Gui/QuantitySpinBox.cpp index 8377831949..2afc4fa38d 100644 --- a/src/Gui/QuantitySpinBox.cpp +++ b/src/Gui/QuantitySpinBox.cpp @@ -129,12 +129,12 @@ public: state = QValidator::Invalid; goto end; } - } - for (int i=dec + 1; i