1
0
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:
lllucius
2014-12-18 06:33:44 +00:00
parent f5380be663
commit 49b332ebd3

View File

@@ -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()