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:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user