X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarDayEntry.cpp;h=82b8b9c53158bc7f136061e0c6c5af7c70892041;hb=49cd1caba10366538e7f87181d2ff90b5c715693;hp=491c9883b6586d3df835313296d9aa17ffbf3f12;hpb=e09672385792a1594700f03e06d1293e352dcd83;p=xestiacalendar%2F.git diff --git a/source/widgets/XCCalendarDayEntry.cpp b/source/widgets/XCCalendarDayEntry.cpp index 491c988..82b8b9c 100644 --- a/source/widgets/XCCalendarDayEntry.cpp +++ b/source/widgets/XCCalendarDayEntry.cpp @@ -244,7 +244,8 @@ void XCCalendarDayEntry::SetTime(int timeHour, int timeMinute, int timeSecond){ void XCCalendarDayEntry::SetColour(Colour *colourIn){ calendarColour->SetBackgroundColour(wxColour(colourIn->red, colourIn->green, colourIn->blue, colourIn->alpha)); - + this->Refresh(); + } void XCCalendarDayEntry::SetDisplayAlarm(bool displayValue){