From kde-core-devel Fri Sep 29 20:56:10 2000 From: Carsten Pfeiffer Date: Fri, 29 Sep 2000 20:56:10 +0000 To: kde-core-devel Subject: Re: KToolBar problem X-MARC-Message: https://marc.info/?l=kde-core-devel&m=97026067515538 On Fri, Sep 29, 2000 at 04:51:26PM +0100, David Faure wrote: Hi, > Ah ok, I can tell you what happened recently then : > I fixed KToolbar so that it obeys this flag ;-) > It used to ignore it completely. oups ;) > I'm afraid any strange behaviour you see is a QMainWindow/QToolbar problem > though, since we let Qt handle all this toolbar-moving-stuff. > If you can reproduce it with a basic qmainwindow program, report to qt-bugs. yes, I can (examples/application/) setOpaqueMoving( true ); setHorizontalStretchable( true ); setVerticalStretchable( true ); (and setting a fixed size on the buttons, so that they don't take all the space) shows the bug. Thanks, Carsten Pfeiffer