- if ( !wxWindow::Create(parent, id,
- wxDefaultPosition, wxDefaultSize,
- style | wxTAB_TRAVERSAL, name) )
- return false;
+ if ( !wxWindow::Create(parent, id,
+ wxDefaultPosition, wxDefaultSize,
+ style | wxTAB_TRAVERSAL, name) )
+ return false;
+
+ // The status bar should have a themed background
+ SetThemeEnabled( true );