Skip to content

Commit

Permalink
Fix for bugs #2236 & #2237
Browse files Browse the repository at this point in the history
  • Loading branch information
f3nix authored and yorikvanhavre committed Sep 7, 2015
1 parent 23b1ed5 commit b4e3fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/QuantitySpinBox.cpp
Expand Up @@ -67,7 +67,7 @@ class QuantitySpinBoxPrivate
QString copy = input;

int len = copy.size();
pos = len;

const bool plus = max >= 0;
const bool minus = min <= 0;

Expand Down

0 comments on commit b4e3fcb

Please sign in to comment.