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
When setting a line's starting point to a connection point, it is also necessary to separately update the source shape's ID.
There does not appear to be a good reason for this, so I propose to add:
SetSrcShapeId(cp->GetParentShape()->GetId()); to the wxSFLineShape::SetStartingConnectionPoint method and similarly SetTrgShapeId(cp->GetParentShape()->GetId()); to the wxSFLineShape::SetEndingConnectionPoint method.
Both additions should be made within the guarding 'if' statement.
The text was updated successfully, but these errors were encountered:
When setting a line's starting point to a connection point, it is also necessary to separately update the source shape's ID.
There does not appear to be a good reason for this, so I propose to add:
SetSrcShapeId(cp->GetParentShape()->GetId());
to thewxSFLineShape::SetStartingConnectionPoint
method and similarlySetTrgShapeId(cp->GetParentShape()->GetId());
to thewxSFLineShape::SetEndingConnectionPoint
method.Both additions should be made within the guarding 'if' statement.
The text was updated successfully, but these errors were encountered: