mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Bug 2386 - Win/Linux: Toolbar grabber gets stuck pushed
This commit is contained in:
@@ -1527,7 +1527,12 @@ void ToolManager::HandleEscapeKey()
|
||||
|
||||
void ToolManager::DoneDragging()
|
||||
{
|
||||
// Done dragging
|
||||
// Done dragging - ensure grabber button isn't pushed
|
||||
if( mDragBar )
|
||||
{
|
||||
mDragBar->SetDocked( NULL, false );
|
||||
}
|
||||
|
||||
// Release capture
|
||||
auto &window = GetProjectFrame( *mParent );
|
||||
if( window.HasCapture() )
|
||||
|
||||
Reference in New Issue
Block a user