mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-16 16:47:41 +02:00
Ensure docked state is passed
This commit is contained in:
parent
672a69f24c
commit
91b3389434
@ -1530,7 +1530,7 @@ void ToolManager::DoneDragging()
|
||||
// Done dragging - ensure grabber button isn't pushed
|
||||
if( mDragBar )
|
||||
{
|
||||
mDragBar->SetDocked( NULL, false );
|
||||
mDragBar->SetDocked( mDragBar->GetDock(), false );
|
||||
}
|
||||
|
||||
// Release capture
|
||||
|
Loading…
x
Reference in New Issue
Block a user