Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
AramZahedi committed Jul 18, 2019
1 parent fcf8c94 commit 4b85e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Graph/src/graph/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,8 @@ public void printDistance(double distance) {
} else {
text = String.format("%.1f", distance);
}
this.timerValue.setText(text);

Platform.runLater(() -> distanceValue.setText(text));
}

/**
Expand Down

0 comments on commit 4b85e17

Please sign in to comment.