]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/panelg.cpp
Set the find button to be the default button.
[wxWidgets.git] / src / generic / panelg.cpp
index 93bb178b2d70b3f7afc75f3193a00b38e5e1aad9..1a957c727dbb9e8c194e8e1e1746adec3cd8bc01 100644 (file)
@@ -125,9 +125,9 @@ bool wxPanel::Create(wxWindow *parent, wxWindowID id,
     // so that non-solid background renders correctly under GTK+:
     SetThemeEnabled(true);
 
-#ifdef __WXWINCE__
-    // Required get solid control backgrounds under WinCE
-    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
+#if defined(__WXWINCE__) && (defined(__POCKETPC__) || defined(__SMARTPHONE__))
+    // Required to get solid control backgrounds under WinCE
+    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
 #endif
 
     return true;