Give the infobar a reasonable colour on Mac.

This commit is contained in:
Jeff Young 2021-04-01 11:24:36 +01:00
parent f6f31b7654
commit a4fba7014e
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ WX_INFOBAR::WX_INFOBAR( wxWindow* aParent, wxAuiManager* aMgr, wxWindowID aWinid
{
m_showTimer = new wxTimer( this, ID_CLOSE_INFOBAR );
SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_INFOBK ) );
SetShowHideEffects( wxSHOW_EFFECT_ROLL_TO_BOTTOM, wxSHOW_EFFECT_ROLL_TO_TOP );
SetEffectDuration( 300 );