Regression?

Sebastian Sauer mail at dipe.org
Wed Feb 6 22:36:29 CET 2008


On Wednesday 06 February 2008, Sebastian Sauer wrote:
> since today if I choose "Configure Panel" and switch the location to left
> or right, the whole desktop wents away and what stays is a white
> background.
>
> checked again with head from a second ago and it's still reproducable ;)

anybody able to reproduce this btw?

So, far I did note, that it seems the reason is, that in
Containment::setFormFactor(FormFactor formFactor)
the new BoxLayout(BoxLayout::TopToBottom, this);
which does in the Layout::Layout(LayoutItem *parent) ctor call 
parent->setLayout(this) results somehow in an infinite loop calling 
LayoutItem::setLayout(Layout* layout)


More information about the Panel-devel mailing list