call superclass in the proper place
This commit is contained in:
parent
12a766795e
commit
1b21c1a5d9
@ -419,8 +419,9 @@ void IconItem::geometryChanged(const QRectF &newGeometry,
|
||||
loadPixmap();
|
||||
}
|
||||
|
||||
QQuickItem::geometryChanged(newGeometry, oldGeometry);
|
||||
}
|
||||
|
||||
QQuickItem::geometryChanged(newGeometry, oldGeometry);
|
||||
}
|
||||
|
||||
#include "iconitem.moc"
|
||||
|
Loading…
Reference in New Issue
Block a user