projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. new samples proejct files for VC++
[wxWidgets.git]
/
src
/
gtk
/
textctrl.cpp
diff --git
a/src/gtk/textctrl.cpp
b/src/gtk/textctrl.cpp
index 35de57809a7bc4356f3516b039bcc9ad03596a7f..ec25530e465011016aea9312311fc8f97e34aa4a 100644
(file)
--- a/
src/gtk/textctrl.cpp
+++ b/
src/gtk/textctrl.cpp
@@
-325,10
+325,7
@@
bool wxTextCtrl::Create( wxWindow *parent,
m_cursor = wxCursor( wxCURSOR_IBEAM );
m_cursor = wxCursor( wxCURSOR_IBEAM );
- // FIXME: is the bg colour correct here?
- wxTextAttr attrDef( colFg,
- wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW),
- parent->GetFont() );
+ wxTextAttr attrDef( colFg, m_backgroundColour, parent->GetFont() );
SetDefaultStyle( attrDef );
Show( TRUE );
SetDefaultStyle( attrDef );
Show( TRUE );