Fixed Annotation.java, ImportantAnnotationController.java, RaceViewController.java to include estimate time to next mark after merge

#story[924]
This commit is contained in:
Zhi You Tan
2017-05-15 10:36:20 +12:00
parent 04b105d74b
commit 39efafc75f
3 changed files with 12 additions and 8 deletions
@@ -340,6 +340,13 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
else{
bg.setWakeVisible(false);
}
if (importantAnnotations.getAnnotationState(Annotation.ESTTIMETONEXTMARK)) {
bg.setEstTimeToNextMarkVisible(true);
}
else {
bg.setEstTimeToNextMarkVisible(false);
}
}
private void setAnnotations(Integer annotationLevel) {