Modify ↓
Opened 14 years ago
Closed 14 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)
Changed 14 years ago by
Attachment: | drawaction-released.diff added |
---|
Changed 14 years ago by
Attachment: | deleteaction-released.diff added |
---|
Patch to use mouseReleased instead of mouseClicked for DeleteAction
comment:1 Changed 14 years ago by
Cc: | pekka.lampila@… 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 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to use mouseReleased instead of mouseClicked for DrawAction