Skip to content

Commit

Permalink
use dValue, the value passed to the slot
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Mar 26, 2019
1 parent 493d568 commit bb6db98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/wkey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ void WKey::setCents() {
}

void WKey::keyNotationChanged(double dValue) {
setValue(m_dOldValue);
setValue(dValue);
}

0 comments on commit bb6db98

Please sign in to comment.