Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.5.0, 5.6.0
-
None
-
OS X El Capitan (10.11)
Description
With a very simple scene (a Rectangle in a Window), resizing the window causes grey/unpainted junk to appear on the right and bottom edges. This does not occur when "QSG_RENDER_LOOP=basic" is set in the environment.
See the attached image and video.
The code is:
windowTest.qml
import QtQuick 2.5 import QtQuick.Window 2.2 Window { id: window visible: true Rectangle { anchors.fill: parent color: "black" } }
Then run it with qmlscene.
The Window could be replaced with Item instead. Same issue.
Attachments
Issue Links
- duplicates
-
QTBUG-45975 MacOS: QOpenGLWindow contained in QMainWindow flickers when being resized programmatically
- Closed
-
QTBUG-50414 OS X: Move expose event handling to [QNSView drawRect]
- Closed