kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #17418
Re: [PATCH] Assertion failure and can't close Hotkeys List
Hmm!? Where have I heard this before? The more times I see this, the
more seriously I'm thinking of creating a policy where kicad dialogs
must use the proper wxWidgets methods for transferring data to and from
the dialog controls (see
http://docs.wxwidgets.org/3.0/overview_validator.html) and making the
wxID_OK and wxID_CANCEL event handlers we currently use a shooting
offense. :)
On 3/20/2015 2:15 PM, Chris Pavlina wrote:
> When the Hotkeys List was changed to non-modal, its OnCloseButtonClick()
> was not changed to reflect the fact that modal and modeless dialogs have
> to be closed differently in wx. Here's a patch to fix that, which should
> work for all HTML_MESSAGE_BOXes whether or not they're modal.
>
> 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
>
Follow ups
References