kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30568
Re: Return key and OK-Buttons with wxWidgets master
How do you have style set up?
This class supports the following styles:
wxTE_PROCESS_ENTER:
The control will generate the event wxEVT_TEXT_ENTER (otherwise pressing Enter key is either processed internally by the control or used to activate the default button of the dialog, if any).
Greg S.
> On Sep 3, 2017, at 4:12 PM, Bernhard Stegmaier <stegmaier@xxxxxxxxxxxxx> wrote:
>
> Hi,
>
> anyone using wxWidgets master (yes, I know… not officially supported…)?
> I compiled a new KiCad today with a current wxWidgets master.
>
> At least for me on macOS in eeschema (didn’t test anything else yet) pressing Return key in dialogs doesn’t close the dialog with ”OK” as with previous versions.
> It just beeps.
> With same KiCad version from official nightlies it is OK.
>
> There seem to be some recent changes (“optimisations") in wxWidgets wxTextCtrl behaviour… don’t know yet if related.
> Does anyone have any experience on other (non-macOS) platforms with a current wxWidgets master?
> Just want to know if it is yet another macOS wxWidgets issue or (maybe intended) new wxWidgets behaviour.
>
>
> Regards,
> Bernhard
>
>
>
>
>
>
> _______________________________________________
> 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
Follow ups
References