mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 09:07: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
|
// 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user