1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 07:09:39 +02:00

Fix auto-scrolling when dragging edge of existing selection

This commit is contained in:
Paul Licameli 2017-11-05 10:39:25 -05:00
parent 68f00326fd
commit 75becb03f4

View File

@ -783,9 +783,11 @@ UIHandle::Result SelectHandle::Click
Connect(pProject);
return RefreshAll | UpdateSelection;
}
else {
Connect(pProject);
return RefreshAll;
}
}
UIHandle::Result SelectHandle::Drag
(const TrackPanelMouseEvent &evt, AudacityProject *pProject)