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 still have these behaviours in event routing :D I remember almost the same issues in Windows 3.0, where dialog boxes had a different message handling than windows and was really common to get the chaining wrong (AFAIK is still done that way even on modern Windows!) Will try to test; anyway I'm thinking too it shouldn't cause catastrophes... -- Lorenzo Marcantonio Logos Srl _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

