1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-13 15:17:42 +02:00

Proper background for Linux.

This commit is contained in:
James Crook 2016-09-23 21:31:59 +01:00
parent 078e4e5841
commit 58e46033d3

View File

@ -943,6 +943,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
wxSize{ this->GetSize().GetWidth(), -1 }
};
mTopPanel->SetAutoLayout(true);
mTopPanel->SetBackgroundColour(theTheme.Colour( clrMedium ));
//
// Create the ToolDock
@ -1180,7 +1181,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
//Initialize the last selection adjustment time.
mLastSelectionAdjustment = ::wxGetLocalTimeMillis();
ClearBackground();// For wxGTK.
}
AudacityProject::~AudacityProject()