mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-27 15:08:39 +01:00
Fix auto-scrolling when dragging edge of existing selection
This commit is contained in:
@@ -783,8 +783,10 @@ UIHandle::Result SelectHandle::Click
|
||||
Connect(pProject);
|
||||
return RefreshAll | UpdateSelection;
|
||||
}
|
||||
|
||||
return RefreshAll;
|
||||
else {
|
||||
Connect(pProject);
|
||||
return RefreshAll;
|
||||
}
|
||||
}
|
||||
|
||||
UIHandle::Result SelectHandle::Drag
|
||||
|
||||
Reference in New Issue
Block a user