Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stolowski/QComicBook
Browse files Browse the repository at this point in the history
  • Loading branch information
stolowski committed Aug 16, 2016
2 parents 642de9e + 9c5438d commit 588b913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/PageViewBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,4 +528,5 @@ void PageViewBase::updateSceneRect()
const QRectF brect(QPointF(x1, y1), QPointF(x2, y2));
_DEBUG << "scene rect:" << brect;
setSceneRect(brect);
viewport()->update();
}

0 comments on commit 588b913

Please sign in to comment.