mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Ensure docked state is passed
This commit is contained in:
@@ -1530,7 +1530,7 @@ void ToolManager::DoneDragging()
|
|||||||
// Done dragging - ensure grabber button isn't pushed
|
// Done dragging - ensure grabber button isn't pushed
|
||||||
if( mDragBar )
|
if( mDragBar )
|
||||||
{
|
{
|
||||||
mDragBar->SetDocked( NULL, false );
|
mDragBar->SetDocked( mDragBar->GetDock(), false );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Release capture
|
// Release capture
|
||||||
|
|||||||
Reference in New Issue
Block a user