Kitware / clique

Graph editor library/application
Apache License 2.0
10 stars 6 forks source link

Use getMutator() in SelectionInfo rather than findNode() #68

Open waxlamp opened 9 years ago

waxlamp commented 9 years ago

There's no reason to make a roundtrip to the adapter just to get our hands on a mutator object - the mutator should already be in the Graph.

See collapseNode() for an example of how to do this.