Modify ↓
Opened 3 years ago
Closed 3 years ago
#4242 closed defect (fixed)
[PATCH] Clicks are ignored in draw mode, if mouse is moving at all
| Reported by: | Pekka Lampila <pekka.lampila@…> | Owned by: | team |
|---|---|---|---|
| Priority: | normal | 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 3 years ago by Pekka Lampila <pekka.lampila@…>
Changed 3 years ago by Pekka Lampila <pekka.lampila@…>
Patch to use mouseReleased instead of mouseClicked for DeleteAction
comment:1 Changed 3 years ago by Pekka Lampila <pekka.lampila@…>
- Cc pekka.lampila@… added
- Summary changed from Clicks are ignored in draw mode, if mouse is moving at all to [PATCH] Clicks are ignored in draw mode, if mouse is moving at all
comment:2 Changed 3 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Patch to use mouseReleased instead of mouseClicked for DrawAction