make setting the foreground colour of wxTextCtrl in wxGTK work [backport of 1.685 from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-06-20 21:30:16 +00:00
parent 065ada7625
commit 1cf8287602
2 changed files with 28 additions and 18 deletions

View File

@@ -111,6 +111,7 @@ wxMSW:
wxGTK:
- Setting foreground colour of single line wxTextCtrl now works
- More work on setting defaults in GNOME print dialogs.
- Also made landscape printing work as per wxMSW.
- Add support for clipping in GNOME print backend.