microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.35k stars 302 forks source link

Drag of Rectilinear Edges not affects Subgraph #315

Closed Brains closed 2 years ago

Brains commented 2 years ago

1

Brains commented 2 years ago

But I am worrying the fix is too simple and too easy to be correct.

2

Brains commented 2 years ago

But I am worrying the fix is too simple and too easy to be correct

I was right. Trying to fix

3

Brains commented 2 years ago

Fixed dragging of Subgraph content

However, I am really worry about my fix. Just dumbly copied few lines from nearby DragWithStraightLines method without real understanding of code. Seems works though.

1

levnach commented 2 years ago

I think I fixed some crashes when routing with clusters.

Brains commented 2 years ago

I think I fixed some crashes when routing with clusters.

That's good. Thanks

Brains commented 2 years ago

And noticed just now that I forgot to revert changes in WpfApplicationSample. You reverted them. Sorry about that.