Skip to content

Commit 6809596

Browse files
author
Jan Schraff
committed
loading calenderwidget with update
1 parent 7de41f8 commit 6809596

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)