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);