Modify ↓
Opened 15 years ago
Closed 15 years ago
#4242 closed defect (fixed)
[PATCH] Clicks are ignored in draw mode, if mouse is moving at all
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | draw mouse click release ignored | Cc: | pekka.lampila@… |
Description
DrawAction only acceps mouse clicks where you press and release the mouse in the same position. This can be very confusing and annoying, clicks seem to be just ignored.
I'll attach a simple patch that makes DrawAction use mouseReleased instead of mouseClicked to fix the issue.
Attachments (2)
Change History (4)
by , 15 years ago
Attachment: | drawaction-released.diff added |
---|
by , 15 years ago
Attachment: | deleteaction-released.diff added |
---|
Patch to use mouseReleased instead of mouseClicked for DeleteAction
comment:1 by , 15 years ago
Cc: | added |
---|---|
Summary: | Clicks are ignored in draw mode, if mouse is moving at all → [PATCH] Clicks are ignored in draw mode, if mouse is moving at all |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to use mouseReleased instead of mouseClicked for DrawAction