]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
no more _ftime instead of ftime
[wxWidgets.git] / src / gtk / listbox.cpp
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() );