In my diagram (and in the draggable link demo) after drawing a link the anchors on the link are becoming fully/partially hidden. Going through my code I’ve determined that the anchors are fully visible after UpdateRouteDataPoints in the PartManager, and then I don’t have any code after that which is accessed before or after the link is finalized and the anchors are hidden. The anchors become fully visible again if the link is de-selected and then re-selected.
Before
After
What would be causing this? and how can I fix it?
Thanks
Ryan