resize the widget -after- hadjusting the scrollbar visibility
svn path=/trunk/KDE/kdelibs/; revision=1002234
This commit is contained in:
parent
0cdd7388b4
commit
c702490625
@ -217,12 +217,12 @@ void ScrollWidget::resizeEvent(QGraphicsSceneResizeEvent *event)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
d->widget->resize(d->scrollingWidget->size());
|
|
||||||
|
|
||||||
d->adjustScrollbars();
|
d->adjustScrollbars();
|
||||||
|
|
||||||
d->adjustClipping();
|
d->adjustClipping();
|
||||||
|
|
||||||
|
d->widget->resize(d->scrollingWidget->size());
|
||||||
|
|
||||||
QGraphicsWidget::resizeEvent(event);
|
QGraphicsWidget::resizeEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user