projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use Unix line ending when compiling with Apple DevTools
[wxWidgets.git]
/
src
/
msw
/
textctrl.cpp
diff --git
a/src/msw/textctrl.cpp
b/src/msw/textctrl.cpp
index 1ec178c99f522b72c84f286ac9bdaaf7add96575..4fdcde3e8332d4c46197c3a7e693c8ba193b4e82 100644
(file)
--- a/
src/msw/textctrl.cpp
+++ b/
src/msw/textctrl.cpp
@@
-300,6
+300,8
@@
bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
if ( !MSWCreateControl(windowClass, msStyle, pos, size, value) )
return FALSE;
if ( !MSWCreateControl(windowClass, msStyle, pos, size, value) )
return FALSE;
+ SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
+
#if wxUSE_RICHEDIT
if (m_isRich)
{
#if wxUSE_RICHEDIT
if (m_isRich)
{