Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.0 Beta 2
Description
Attached example shows that last 2 elements are NaN. With 5.8 and also 5.9 without qtquickcompiler works fine. Not sure if related, but message is also printed twice:
Output with 5.9.0-beta2 + qtquickcompiler:
qml: TestMatrix QMatrix4x4(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, nan, nan) qml: TestMatrix QMatrix4x4(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, nan, nan)
Output with 5.8.0:
qml: TestMatrix QMatrix4x4(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)
Attachments
Issue Links
- duplicates
-
QTBUG-60622 [REG 5.8.0 -> 5.9.0 Beta 3] Stocqt example does not show graphs when built with qtquickcompiler
- Closed