Modify ↓
Opened 16 years ago
Closed 16 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)
by , 16 years ago
| Attachment: | snapdistance.patch added |
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



(In [2426]) Fixed #3883 [PATCH] small correction to snap distance