mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-24 00:18:07 +02:00
Fix background colour of Prefs
On Linux, it is not necessary to explicitly set the background colour here, but left a comment in case it is required on other platforms.
This commit is contained in:
parent
b36482d649
commit
564e840d54
@ -814,11 +814,7 @@ wxScrolledWindow * ShuttleGuiBase::StartScroller(int iStyle)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
mpWind->SetBackgroundColour(
|
// mpWind->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_MENUBAR));
|
||||||
iStyle==0
|
|
||||||
? wxColour( 245,244,240) :
|
|
||||||
wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE)
|
|
||||||
);
|
|
||||||
UpdateSizers(); // adds window in to current sizer.
|
UpdateSizers(); // adds window in to current sizer.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user