]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statusbr.cpp
using correct theme heights for header on mac
[wxWidgets.git] / src / generic / statusbr.cpp
index 372a82a5c5258534bc2ab589b9a1d5cc8c9a0b20..e0bd6f8d084fa10a4c00d52244bf9093d52bfc11 100644 (file)
@@ -66,10 +66,6 @@ void wxStatusBarGeneric::Init()
 
 wxStatusBarGeneric::~wxStatusBarGeneric()
 {
-    // VZ: what is this for? please comment...
-#ifdef __WXMSW__
-    SetFont(wxNullFont);
-#endif // MSW
 }
 
 bool wxStatusBarGeneric::Create(wxWindow *parent,
@@ -85,10 +81,6 @@ bool wxStatusBarGeneric::Create(wxWindow *parent,
   // The status bar should have a themed background
   SetThemeEnabled( true );
 
-  // Don't wish this to be found as a child
-#ifndef __WXMAC__
-  parent->GetChildren().DeleteObject(this);
-#endif
   InitColours();
   
 #ifdef __WXPM__