← Back to team overview

kicad-developers team mailing list archive

PATCH: Fix pressing ENTER while focus is on component chooser tree.

 

Hi,
The tree widget in the component chooser required some double-click
workaround, that now
made pressing 'Enter' while the focus is on the tree not work
properly. Fix that.
(In the process, I compiled a 3.4.0 version of wxfrombuilder, so that
my changes are compatible
with what is in the repository)

Commit message:
* Pressing 'Enter' while the focus is in the tree did
   not work due to the Double-Click wxWidget workaround. Make it work.
* More clearly document what is happening and how it can be tested.

View here:
https://github.com/hzeller/kicad/compare/master...make-enter-in-tree-working

Download here:
https://github.com/hzeller/kicad/compare/master...make-enter-in-tree-working.diff

-h


Follow ups