allow widgets to change their size even if there isn't a layout (because that was just silly)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=723915
This commit is contained in:
parent
3d0bdf2e42
commit
0f66f80fe2
@ -233,6 +233,8 @@ void Widget::updateGeometry()
|
||||
{
|
||||
if (managingLayout()) {
|
||||
managingLayout()->invalidate();
|
||||
} else {
|
||||
setGeometry(QRectF(pos(), sizeHint()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user