-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8
-
None
-
21ab34ff8 (dev)
Test: Add this into testbed AreaSeries.qml and see how border widths don't change:
theme: GraphsTheme {
colorScheme: Qt.Dark
theme: GraphsTheme.Theme.QtGreen
borderColors: ["#ff0000"]
borderWidth: 10
}
This should affect area series border width, right?