X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..03d51a2d4095e3a2da174f8d6963c4802e636e95:/src/generic/calctrl.cpp diff --git a/src/generic/calctrl.cpp b/src/generic/calctrl.cpp index 7ab4f7799c..bce1b1167d 100644 --- a/src/generic/calctrl.cpp +++ b/src/generic/calctrl.cpp @@ -321,6 +321,7 @@ bool wxCalendarCtrl::Create(wxWindow *parent, // above it SetSize(pos.x, pos.y, sizeReal.x, sizeReal.y); + SetForegroundColour(*wxBLACK); SetBackgroundColour(*wxWHITE); SetFont(*wxSWISS_FONT);