aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uibase.cpp1
-rw-r--r--uiproject.fbp2
2 files changed, 1 insertions, 2 deletions
diff --git a/uibase.cpp b/uibase.cpp
index 9fe98993ed..a421e776e3 100644
--- a/uibase.cpp
+++ b/uibase.cpp
@@ -61,7 +61,6 @@ CMainFrameBase::CMainFrameBase( wxWindow* parent, wxWindowID id, const wxString&
m_toolBar->Realize();
m_statusBar = this->CreateStatusBar( 1, wxST_SIZEGRIP, wxID_ANY );
- m_statusBar->SetBackgroundColour( wxColour( 240, 240, 240 ) );
wxBoxSizer* bSizer2;
bSizer2 = new wxBoxSizer( wxVERTICAL );
diff --git a/uiproject.fbp b/uiproject.fbp
index f3f9dc9fd0..bf01732ea8 100644
--- a/uiproject.fbp
+++ b/uiproject.fbp
@@ -282,7 +282,7 @@
</object>
</object>
<object class="wxStatusBar" expanded="1">
- <property name="bg">240,240,240</property>
+ <property name="bg"></property>
<property name="context_help"></property>
<property name="enabled">1</property>
<property name="fg"></property>