mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Bug 2663 - Audacity can make unwanted moves of toolbars (#776)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user