Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
QGraphicsView::drawBackground/Foreground() can be reimplemented to provide custom a background and foreground to the view. However, these functions are not called if the view does not have a scene.
These functions should be called even if no scene is set on the view.
Update: Agreed, they should be called.