← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Insert a component in schematic, from the Library Browser, by double clicking on it

 

committed in revision 3833, with refinement.

The part was being "parked" at the mouse position after the doubleclick, rather than
staying in drag mode.
The call wxEvent::StopPropagation() seemed to fix this, as it keeps the parent window from
seeing the doubleclick as a single click.

This call is probably useful in our "Selection Clarification" popup menus and in the DRC
ERC dialogs, where we have this recurring problem of the event being re-interpreted in the
parent window.




Follow ups

References