set GtkRcStyle::text to fg colour too to allow changing the text colour in single line wxTextCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-11 02:19:55 +00:00
parent d836b8bcf2
commit 532ae0f6ff
2 changed files with 28 additions and 18 deletions

View File

@@ -47,6 +47,7 @@ wxGTK:
- wxTopLevelWindow::GetSize() returns the size including the WM decorations.
- wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized.
- Added support for colour cursors (Pascal Monasse).
- Setting foreground colour of single line wxTextCtrl now works
wxMSW: