Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.1
-
None
Description
When calling QGraphicsView::setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff) then the QGraphicsView should show QGraphicsScene::sceneRect() only. However, if QGraphicsView::width() < QGraphicsScene::sceneRect().width() some space remains unused.