Skip to content

Commit 1e14e9e

Browse files
committed
Merge branch 'develop' into feature/#38_remember_last_position_on_screen
2 parents 3884a6f + a1c9474 commit 1e14e9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/de/doubleslash/keeptime/view/ReportController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ private void initialize() {
132132
currentReportDate = LocalDate.now();
133133

134134
colorTimeLine = new ColorTimeLine(colorTimeLineCanvas);
135-
loadCalenderWidget();
136135
initTableView();
137136
}
138137

@@ -243,6 +242,8 @@ private void updateReport(final LocalDate dateToShow) {
243242
this.currentDayTimeLabel.setText(DateFormatter.secondsToHHMMSS(currentSeconds));
244243
this.currentDayWorkTimeLabel.setText(DateFormatter.secondsToHHMMSS(currentWorkSeconds));
245244

245+
loadCalenderWidget();
246+
246247
}
247248

248249
private void loadCalenderWidget() {

0 commit comments

Comments
 (0)