Modify ↓
Opened 16 years ago
Closed 16 years ago
#2595 closed defect (fixed)
[PATCH] Draw Mode: Click-to-Select fails under certain conditions
Reported by: | xeen | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
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 (1)
Change History (3)
comment:1 by , 16 years ago
Summary: | Draw Mode: Click-to-Select fails under certain conditions → [PATCH] Draw Mode: Click-to-Select fails under certain conditions |
---|
by , 16 years ago
Attachment: | select-if-wayfinished.patch added |
---|
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.