From aae28b3b085110c673f108eb90537aca4e264e76 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 15 Jul 2017 21:29:27 +0100 Subject: [PATCH] XCCalendarList: Layout control after updating the calendar list. --- source/widgets/XCCalendarList.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/widgets/XCCalendarList.cpp b/source/widgets/XCCalendarList.cpp index b6179a5..9dae3fc 100644 --- a/source/widgets/XCCalendarList.cpp +++ b/source/widgets/XCCalendarList.cpp @@ -113,6 +113,8 @@ void XCCalendarList::UpdateCalendarList(CalendarDataStorage *dataStorage){ // Set the updated checksum. checksumUpdate = currentChecksum.checksumValue; + + this->Layout(); } -- 2.39.2