-
Notifications
You must be signed in to change notification settings - Fork 13
Migration guide v1.4.0
Florian Dupuy edited this page Sep 23, 2020
·
1 revision
A Network
instance is now required when creating a TopologicalStyleProvider
or a NominalVoltageDiagramStyleProvider
. This is required to be able to display the open lines differently from closed lines, in order to distinguish them. This feature can be disabled by setting the property highlightLineState
to false
in the layout parameters: layoutParameters.setHighlightLineState(false)
.