You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).