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:
parent
078e4e5841
commit
58e46033d3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user