Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.8.0
-
None
Description
When radius property of DropShadow component change, the app crashes on the given assert:
ASSERT failure in QVector<T>::operator[]: "index out of range", file c:\Users\qt\work\install\include\QtCore/qvector.h, line 437
If you try the following sample, the app crashes when you release the mouse:
Item { anchors.fill: parent Text { anchors.centerIn: parent id: text text: "Hello World" font.pointSize: 40 } DropShadow { anchors.fill: text radius: area.pressed ? 16 : 8 samples: 32 source: text color: "red" } MouseArea { id: area anchors.fill: parent } }
Attachments
Issue Links
- duplicates
-
QTBUG-58336 index out of range when using Glow
-
- Closed
-