diff --git a/src/toolbars/ToolBar.cpp b/src/toolbars/ToolBar.cpp index c1a3ebe72..4b3e2ad6f 100644 --- a/src/toolbars/ToolBar.cpp +++ b/src/toolbars/ToolBar.cpp @@ -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()