]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/panelg.cpp
Visible functions implemented
[wxWidgets.git] / src / generic / panelg.cpp
index be008d5122f73c95da4b267db4f9686ffd0c2f4f..c26d67adbe789f290627d7ebbea66785ac58d641 100644 (file)
@@ -49,8 +49,10 @@ bool wxPanel::Create(wxWindow *parent, wxWindowID id,
   bool ret = wxWindow::Create(parent, id, pos, size, style, name);
 
   if ( ret ) {
+#ifndef __WXGTK__
     SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_3DFACE));
     SetFont(wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT));
+#endif
   }
 
   return ret;
@@ -171,3 +173,4 @@ bool wxPanel::SetFocusToNextChild(wxNode *node, bool bForward)
 
   return TRUE;
 }
+