From ed4e8830d71308f827aa9cc93323aa788c33fb47 Mon Sep 17 00:00:00 2001 From: Marius Hanne Date: Wed, 19 Jan 2011 01:27:58 +0100 Subject: [PATCH] don't set statusbar background color people with dark system theme otherwise have white text on light-grey bg --- uibase.cpp | 1 - uiproject.fbp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/uibase.cpp b/uibase.cpp index 9fe98993e..a421e776e 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 f3f9dc9fd..bf01732ea 100644 --- a/uiproject.fbp +++ b/uiproject.fbp @@ -282,7 +282,7 @@ - 240,240,240 + 1