always call the base class resize
svn path=/trunk/KDE/kdelibs/; revision=1060723
This commit is contained in:
parent
c6eb2b7f7f
commit
a09d6fbc44
@ -451,6 +451,7 @@ void ScrollWidget::focusInEvent(QFocusEvent *event)
|
||||
void ScrollWidget::resizeEvent(QGraphicsSceneResizeEvent *event)
|
||||
{
|
||||
if (!d->widget) {
|
||||
QGraphicsWidget::resizeEvent(event);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user