mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-16 16:47:41 +02:00
Fix for very strange toolbar setup after removing audacity.cfg
This commit is contained in:
parent
f5380be663
commit
49b332ebd3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user