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:
parent
ab8fdeacae
commit
eb39642969
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user