Skip to content

Commit

Permalink
Fix decoder offset wizard by reverting development changes that were …
Browse files Browse the repository at this point in the history
…accidentally left in and committed/pushed.
  • Loading branch information
fredcooke committed Aug 24, 2014
1 parent f9355d1 commit bb63569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/wizards/ActualDecoderOffset.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Rectangle {
decoderEngineOffset.update.connect(offsetupdate);
}
function decode(map) {
//advancetext.text = map["Advance"].toFixed(2);
advancetext.text = "62.21";
advancetext.text = map["Advance"].toFixed(2);
}
function offsetupdate() {
offsettext.text = decoderEngineOffset.value().toFixed(2);
Expand Down

0 comments on commit bb63569

Please sign in to comment.