1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug 2663 - Audacity can make unwanted moves of toolbars (#776)

This commit is contained in:
JohnColket
2021-03-28 04:16:09 -04:00
committed by GitHub
parent ab8fdeacae
commit eb39642969

View File

@@ -1210,6 +1210,8 @@ void ToolManager::OnMouse( wxMouseEvent & event )
if (mPrevDock) if (mPrevDock)
mPrevDock->GetConfiguration().Remove( mDragBar ); mPrevDock->GetConfiguration().Remove( mDragBar );
UndockBar(mp); UndockBar(mp);
// Rearrange the remaining toolbars before trying to re-insert this one.
LayoutToolBars();
} }
} }