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)

drawaction-released.diff (1.5 KB) - added by Pekka Lampila <pekka.lampila@…> 3 years ago.
Patch to use mouseReleased instead of mouseClicked for DrawAction
deleteaction-released.diff (936 bytes) - added by Pekka Lampila <pekka.lampila@…> 3 years ago.
Patch to use mouseReleased instead of mouseClicked for DeleteAction

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by Pekka Lampila <pekka.lampila@…>

Patch to use mouseReleased instead of mouseClicked for DrawAction

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

(In [2692]) fixed #4242: patch by Pekka Lampila: Clicks are ignored in draw mode, if mouse is moving at all

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.