John Levon <[EMAIL PROTECTED]> writes: | On Mon, Sep 09, 2002 at 06:12:41PM +0200, Lars Gullik Bjønnes wrote: | | > | You've yet to answer what Qt version you use ! | > | > qt-3.0.3-11 | | in 3.0.5 changes : | | "QPopupMenu | | Fixed inserting widgets with index smaller than 0."
do we use negative indices for anything? | It's possible that this could break ALL the menus somehow. But I think | we only do it with some weird math menu stuff ... | | What about the other Qt 3 users ?? | | > | What you need to do is create a little testcase using | > | QMenuBar::activated() and see if it works | > | > at least it is not called _in_ lyx | | It is. QtView.C:65 does the connection (have many times do I need to tell | you this ?) ;) and I added debug code and nothing gets called... -- Lgb