Modify ↓
Ticket #2595 (closed defect: fixed)
[PATCH] Draw Mode: Click-to-Select fails under certain conditions
| Reported by: | xeen | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
STR:
- Draw a single node
- Draw a single node, using double click (so the node stays selected, but the rubber band stops without leaving draw mode)
- Click the 1st node and try to continue drawing
What should happen: node under cursor gets selected, drawing is continued from there
What happens: Drawing is continued from the 2nd node
Attachments
Change History
Note: See
TracTickets for help on using
tickets.




What it does: Creating a node using double click leave the node selected. Clicking at a node while another node is selected connect both. But I agree in this case it is not intuitive and there should be a special check. Patch is attached.