Steps to reproduce :
- Connect to widgets using an arrow line.
- Click on the line and reverse it from the menuon top.
Expected behaviour:
Line.endWidgetId == the id of widget the arrow line points to.
And
Line.startWidgetId == the id of the widget the arrow starts from.
Actual behavior :
Line.startWidgetId == the id of widget the arrow line points to.
And
Line.endWidgetId == the id of the widget the arrow starts from.