Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
5.9.5, 5.15.0
-
QNX 7.0, beagle bone black, AM335x
Description
Running this code on the device results in the attached picture.
import QtQuick 2.15 import QtQuick.Window 2.15 import QtQuick.Controls 2.15 Window { width: 1024 height: 600 x: 0 y: 0 color: "darkgray" visible: true Rectangle { width: 100 height: 200 color: "blue" Text { text: "will display behind rectangle" color: "red" } } Text { y: 40 text: "will also display behind rectangle" color: "black" } }
Qt 5.9.5 works, but Qt 5.9.6 is broken, maybe related to this change: