Modify ↓
Opened 16 years ago
Closed 16 years ago
#2345 closed defect (fixed)
[PAtch] Draw Mode Reactivated after applying preset to node
Reported by: | xeen | Owned by: | xeen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
- Draw a single node and end drawing "the new way" (double click)
- Apply random preset
- Helper Line is drawn again
This does not happen with ways.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | Fix Drawing Once More.patch added |
---|
comment:1 by , 16 years ago
Summary: | Draw Mode Reactivated after applying preset to node → [PAtch] Draw Mode Reactivated after applying preset to node |
---|
Note:
See TracTickets
for help on using tickets.
The issue was likely introduced in my patch in #2240. It also broke auto-finishing when closing a way or when about to create an self overlapping one. Hopefully, this patch fixes this by moving the "reset line" from selectionChanged to "user clicked node". Former was called on numerous occasions even if the user didn't click something while latter only gets executed when the user clicks a node. Should fix all the issues, but keep an eye out for new bugs.