Modify ↓
Opened 14 years ago
Closed 14 years ago
#3883 closed defect (fixed)
[PATCH] small correction to snap distance
Reported by: | Daeron | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
r2422 changed the snapping to use bbox to get nodes near the clicked point, and then further filter them based on actual distance, but the bbox is not large enough as it extends only half the required width horizontally and vertically.
Attached patch corrects this.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | snapdistance.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [2426]) Fixed #3883 [PATCH] small correction to snap distance