1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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