Skip to content

Commit

Permalink
+ emit valueChanged(double) signal from InputField
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 12, 2014
1 parent 37ffd4a commit 22f3f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Gui/InputField.cpp
Expand Up @@ -155,9 +155,9 @@ void InputField::newInput(const QString & text)
res.getUserString(dFactor,actUnitStr);
// calculate the number shown
actUnitValue = res.getValue()/dFactor;
// signaling
// signaling
valueChanged(res);

valueChanged(res.getValue());
}

void InputField::pushToHistory(const QString &valueq)
Expand Down

0 comments on commit 22f3f85

Please sign in to comment.