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,9 +783,11 @@ UIHandle::Result SelectHandle::Click
|
|||||||
Connect(pProject);
|
Connect(pProject);
|
||||||
return RefreshAll | UpdateSelection;
|
return RefreshAll | UpdateSelection;
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
Connect(pProject);
|
||||||
return RefreshAll;
|
return RefreshAll;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
UIHandle::Result SelectHandle::Drag
|
UIHandle::Result SelectHandle::Drag
|
||||||
(const TrackPanelMouseEvent &evt, AudacityProject *pProject)
|
(const TrackPanelMouseEvent &evt, AudacityProject *pProject)
|
||||||
|
|||||||
Reference in New Issue
Block a user