From: Julian Smart Date: Tue, 1 Jun 2004 08:47:41 +0000 (+0000) Subject: Needs a foreground colour X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8d52d6cc3f70e6987ee1e8b02ad19304c5332af4 Needs a foreground colour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);