]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/calctrl.cpp
fixed pasting of Unicode strings
[wxWidgets.git] / 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);