mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Fix for very strange toolbar setup after removing audacity.cfg
This commit is contained in:
@@ -425,6 +425,9 @@ void ToolBar::Create( wxWindow *parent )
|
||||
|
||||
// Go do the rest of the creation
|
||||
ReCreateButtons();
|
||||
|
||||
// ToolManager depends on this appearing to be visible for proper dock construction
|
||||
mVisible = true;
|
||||
}
|
||||
|
||||
void ToolBar::ReCreateButtons()
|
||||
|
||||
Reference in New Issue
Block a user