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@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to