-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
6.8
-
None
-
40c0a8d9a (dev)
A crash is experienced when the following example runs
import QtQuick import QtGraphs Item { id: mainWnd width: 500 height: 500 GraphsView { id: graph1 width: parent.width height: parent.height LineSeries {} } }