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
Since commit ade8fa1 (I think) and related work on jump links which introduced our own custom SiriusPolylineConnectionEx extends PolylineConnectionEx the smoothness setting on GMF edges is non-effective.
The org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart.refreshSmoothness() code does nothing for our own subclass. It should be overridden on our side (in AbstractDiagramEdgeEditPart) to do the equivalent change on our SiriusPolylineConnectionEx.
Steps to reproduce:
Open a diagram with at least one edge.
Select the edge and make sure it has at least one bendpoint.
In the Properties view, open the Appearance tab and change the Smoothess setting to "More".
Expected: the edge should become a smooth curve instead of a sequence of straight segments.
The text was updated successfully, but these errors were encountered:
Since commit ade8fa1 (I think) and related work on jump links which introduced our own custom
SiriusPolylineConnectionEx extends PolylineConnectionEx
the smoothness setting on GMF edges is non-effective.The
org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart.refreshSmoothness()
code does nothing for our own subclass. It should be overridden on our side (inAbstractDiagramEdgeEditPart
) to do the equivalent change on ourSiriusPolylineConnectionEx
.Steps to reproduce:
The text was updated successfully, but these errors were encountered: