set the contents size as the full size

crash--
frameworks
Marco Martin 11 years ago
parent d5bad89a51
commit 511054c423
  1. 2
      active/components/pageitem.cpp

@ -279,6 +279,8 @@ void PageItem::removeBookmark(const QString &bookmark)
void PageItem::geometryChanged(const QRectF &newGeometry,
const QRectF &oldGeometry)
{
setContentsSize(newGeometry.size().toSize());
if (newGeometry.size().isEmpty()) {
return;
}

Loading…
Cancel
Save