]> git.saurik.com Git - wxWidgets.git/commitdiff
background color set to wxSYS_COLOUR_LISTBOX
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 15 Feb 2000 22:13:50 +0000 (22:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 15 Feb 2000 22:13:50 +0000 (22:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/treectrl.h
src/gtk/listbox.cpp
src/gtk1/listbox.cpp

index 8b9b85dff821e561a769a985b2008e490727741b..dc9b2e8ca01f1732a0597d90da900f36a298079c 100644 (file)
@@ -440,6 +440,7 @@ protected:
     int                  m_lineHeight;
     wxPen                m_dottedPen;
     wxBrush             *m_hilightBrush;
+    wxBrush             *m_normalBrush;
     wxImageList         *m_imageListNormal,
                         *m_imageListState;
     int                  m_dragCount;
index cf6a80e27ac859ac456d25ccc1e71fa33089543e..c140ad2ddf39f34a32a83a19803482f8d573bbed 100644 (file)
@@ -349,7 +349,7 @@ bool wxListBox::Create( wxWindow *parent, wxWindowID id,
 
     PostCreation();
 
-    SetBackgroundColour( wxSystemSettings::GetSystemColour( wxSYS_COLOUR_WINDOW ) );
+    SetBackgroundColour( wxSystemSettings::GetSystemColour( wxSYS_COLOUR_LISTBOX ) );
     SetForegroundColour( parent->GetForegroundColour() );
     SetFont( parent->GetFont() );
 
index cf6a80e27ac859ac456d25ccc1e71fa33089543e..c140ad2ddf39f34a32a83a19803482f8d573bbed 100644 (file)
@@ -349,7 +349,7 @@ bool wxListBox::Create( wxWindow *parent, wxWindowID id,
 
     PostCreation();
 
-    SetBackgroundColour( wxSystemSettings::GetSystemColour( wxSYS_COLOUR_WINDOW ) );
+    SetBackgroundColour( wxSystemSettings::GetSystemColour( wxSYS_COLOUR_LISTBOX ) );
     SetForegroundColour( parent->GetForegroundColour() );
     SetFont( parent->GetFont() );