Re: qPopupMenu behaviour
markcox <[email protected]>
| Newsgroups | gmane.comp.kde.look |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 6 Apr 2002 11:09, Sean Pecor wrote: > On Friday 05 April 2002 18:34, markcox wrote: > > Can i get some comments on this please? > > Same thing here. I believe the behavior iis triggered when the menu reaches > the bottom of the screen and must be repositioned or made multi-column. > > I too ran into the 'Add Bookmark' issue and remember resolving it by > organizing my bookmarks into a smaller number of top level folders. It's > definitely a behavior that should be changed. Is this a QT issue though? > > Sean. Yes, I believe it is a qt issue. The K*menu classes are fairly thin wrappers around the qt menu code, i think that to fix this cleanly the qt code would need to be changed. Otherwise a new K?Menu class would be duplicating a lot of the qt code.