Re: [Gambas-user] Bug in Qt4 and workaround

2010-09-15 Thread Benoît Minisini
> On Wednesday 15 September 2010 01:15:16 Benoît Minisini wrote: > > Hi, > > > > For information: > > > > There is (apparently) a bug in Qt4: if the last visible menu in the > > > > menu-bar is not the last created menu, i.e. if the last visible menu has > > other hidden menus to its right, th

Re: [Gambas-user] Bug in Qt4 and workaround

2010-09-15 Thread richard terry
On Wednesday 15 September 2010 01:15:16 Benoît Minisini wrote: > Hi, > > For information: > > There is (apparently) a bug in Qt4: if the last visible menu in the > menu-bar is not the last created menu, i.e. if the last visible menu has > other hidden menus to its right, then navigating between

[Gambas-user] Bug in Qt4 and workaround

2010-09-14 Thread Benoît Minisini
Hi, For information: There is (apparently) a bug in Qt4: if the last visible menu in the menu-bar is not the last created menu, i.e. if the last visible menu has other hidden menus to its right, then navigating between the top-level menu with the keyboard leads to a segfault. The workaround i