Re: [Kicad-developers] [PATCH] Default menu behavior fix.

2014-08-24 Thread Lorenzo Marcantonio
On Sun, Aug 24, 2014 at 03:52:59PM -0400, Wayne Stambaugh wrote: > Your right, I remember the discussion now. Too bad FindwxWidgets.cmake > doesn't support limiting the version yet. This way we could set it to > 3.0.1 or greater and be done with it. I don't remember exactly the issues however si

Re: [Kicad-developers] [PATCH] Default menu behavior fix.

2014-08-24 Thread Andrew Zonenberg
I'm on Debian 7 and was using 2.8 until a week or two ago, but switched from the wx 2.8 binary package to a binary package recently to add antialiasing support. After encountering the Linux 3.0.1 DRC crash, I switched to a from-source build of 3.0.1+ SVN HEAD which has the issue patched. On Sun, 2

Re: [Kicad-developers] [PATCH] Default menu behavior fix.

2014-08-24 Thread Wayne Stambaugh
On 8/24/2014 3:09 PM, Lorenzo Marcantonio wrote: > On Sun, Aug 24, 2014 at 02:20:05PM -0400, Wayne Stambaugh wrote: >> code get screwed up. If someone is still using wxWidgets 2.8, that >> testing would be very useful. I tested on both Windows and Linux with >> wx 3.0.1 so I need a few more data

Re: [Kicad-developers] [PATCH] Default menu behavior fix.

2014-08-24 Thread Lorenzo Marcantonio
On Sun, Aug 24, 2014 at 02:20:05PM -0400, Wayne Stambaugh wrote: > code get screwed up. If someone is still using wxWidgets 2.8, that > testing would be very useful. I tested on both Windows and Linux with > wx 3.0.1 so I need a few more data points. AFAIK 2.8 isn't supported anymore since it ha

Re: [Kicad-developers] [PATCH] Default menu behavior fix.

2014-08-24 Thread Wayne Stambaugh
On 8/24/2014 2:41 AM, Lorenzo Marcantonio wrote: > On Sat, Aug 23, 2014 at 09:47:45PM -0400, Wayne Stambaugh wrote: >> and noticed that when the hot key is not handled the event is not passed >> up to the parent frame by calling Skip() from the event handler. The > > It seems the GUI toolkits sti