← Back to team overview

kicad-developers team mailing list archive

Re: PATCH: OS X copy/close bug fix

 

in my opinion, you can connect event for alt c manually to keep it working as before


On 13/07/16 02:32, Simon Richter wrote:
Hi,

On 13.07.2016 01:32, Brano Panak wrote:

- m_sdbSizer1Cancel = new wxButton( this, wxID_CANCEL );
+ m_sdbSizer1Cancel = new wxButton( this, wxID_CANCEL , _T("Cancel"));
This will break Alt-C as Cancel on the other architectures. Not a big
loss in my opinion (does the Escape key work?), but others might disagree.

    Simon




_______________________________________________
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