Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.0
-
Debian 7, X11
-
2df6031b5935fafcada04bc15b281c63bdbfabf9
Description
This is a subtask of QTBUG-36935
Take the qquickwidget example and replace the QML with:
import QtQuick 2.1 Canvas { objectName: "TimeDisplay" contextType: "2d" onPaint: { context.fillStyle = "green"; context.fillRect(0, 0, width, height); } }
Then resize the quickwidget inside the MDI area. At certain sizes persistent visual artifacts appear. See the screenshot.
Attachments
Issue Links
- is required for
-
QTBUG-36935 various problems when trying to use QQuickWidget in QML profiler
- Closed