X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f89b54341d5b81fec29a9524eba02f659e14260..a43ed08aa8f39c31feebd5cc0d079b0a855082b6:/src/generic/calctrl.cpp diff --git a/src/generic/calctrl.cpp b/src/generic/calctrl.cpp index e18a64a031..63e6271520 100644 --- a/src/generic/calctrl.cpp +++ b/src/generic/calctrl.cpp @@ -312,7 +312,11 @@ bool wxCalendarCtrl::Create(wxWindow *parent, // above it SetBestSize(size); SetPosition(pos); - + + // Since we don't paint the whole background make sure that the platform + // will use the right one. + SetBackgroundColour(GetBackgroundColour()); + SetHolidayAttrs(); return true;