Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.3.2, 5.4.0
-
None
-
Windows 7 x64, Qt 5.4 MSVC opengl, Intel i7 2600k integrated video driver.
Description
If a QQuickWidget is inserted into QScrollArea and its width is more than QScrollArea's visible viewport, the contents of this QQuickWidget will paint over any other QQuickWidget 's canvas that "overlaps" the "invisible" part of the original widget.
Test case attached. The "blue" part of the window should only be painted inside qscrollarea's viewport, yet it overlaps to the right if the splitter is high enough so that 2 qquickwidgets canvases intersect.
Attachments
Issue Links
- duplicates
-
QTBUG-45860 QOpenGLWidget and QQuickWidget fail to apply clipping
- Closed