Comment 8 for bug 1606378

Revision history for this message
jean-pierre charras (jp-charras) wrote :

It happens when a context menu (popup menu) is opened and later, closed by left clicking on the frame caption (dark blue area on the top of the frame on Windows)
This is a corner case.

It is due to the fact the mouse cursor is moved (by the kicad code) to its initial position
(what is expected) and then the left click is proceeded.

The attached patch should fix that (it allows the left click mouse event to be proceeded before moving the cursor).
I tested it on W7 32 bits, but it needs to be tested on different OS.