-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to improve "grab" behavior of partial selection
Problem was: with a partial selection, clicking in the vicinity of a non-selected edge could make this edge the selected one. So it was not possible to drag the selection in some cases. With "move mode" it was. The difference was in the detection logic that decides where a click is on the selection or outside. Now, the logic is aligned, and partial mode clicks will check whether the mouse pointer is inside the selection bbox (plus some margin). In that case, the click applies to the current selection.
- Loading branch information
Matthias Koefferlein
committed
Jul 27, 2024
1 parent
b253eaa
commit fb83b9f
Showing
1 changed file
with
31 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters