projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adaptions for m_peer
[wxWidgets.git]
/
src
/
generic
/
calctrl.cpp
diff --git
a/src/generic/calctrl.cpp
b/src/generic/calctrl.cpp
index 7ab4f7799c9da99d155628ee38cf4a604b914cce..bce1b1167d3658311930baed4d92e26ec9551fcd 100644
(file)
--- 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);