setCursor(Qt::PointingHandCursor);
setZValue(0);
- setPathes();
+ setPath();
}
}
-void ConnectionItem::setPathes() {
+void ConnectionItem::setPath() {
+ // signals to the scene that this connection is going to change of shape.
prepareGeometryChange();
pointFrom = fromInterfaceItem->getEndPointInGroup();