kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #17873
Re: [PATCH] Correct tab order in pcbnew text properties dialog
Chris,
I committed this patch in the product branch r5592. Thank you for your
contribution to kicad.
Cheers,
Wayne
On 4/8/2015 9:44 PM, Chris Pavlina wrote:
> The logical flow of the Text Properties dialog in pcbnew is vertical,
> not horizontal, but the wx grid control naturally arranges the widgets
> horizontally and the tab order follows that. This means that after "Size
> X", [tab] moves to "Position X", which is unlikely to be the next
> desired control. It's really annoying when editing a bunch of texts.
>
> Here's a patch that manually assigns the tab order in that dialog
> according to the natural flow of the controls.
>
> --
> Chris
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References