]> git.saurik.com Git - wxWidgets.git/commitdiff
Needs a foreground colour
authorJulian Smart <julian@anthemion.co.uk>
Tue, 1 Jun 2004 08:47:41 +0000 (08:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 1 Jun 2004 08:47:41 +0000 (08:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/calctrl.cpp

index 7ab4f7799c9da99d155628ee38cf4a604b914cce..bce1b1167d3658311930baed4d92e26ec9551fcd 100644 (file)
@@ -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);