mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-06 15:19:29 +02:00
Fix auto-scrolling when dragging edge of existing selection
This commit is contained in:
parent
68f00326fd
commit
75becb03f4
@ -783,8 +783,10 @@ UIHandle::Result SelectHandle::Click
|
|||||||
Connect(pProject);
|
Connect(pProject);
|
||||||
return RefreshAll | UpdateSelection;
|
return RefreshAll | UpdateSelection;
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
return RefreshAll;
|
Connect(pProject);
|
||||||
|
return RefreshAll;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
UIHandle::Result SelectHandle::Drag
|
UIHandle::Result SelectHandle::Drag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user