Skip to content
Commit 883fca57 authored by Adriaan de Groot's avatar Adriaan de Groot 💬
Browse files

Fix re-layout after generating Random Tree and Random DAG

 - The Topology:: methods on an entire graph document apply a re-layout
   to **all** nodes in the document, which can move existing graph
   nodes and components around. Since none of the other generators
   do so, this is confusing.

Expand (inline) the body of Topology::directedGraphDefaultTopology
and similar, so that they apply only to the newly-generated nodes.
parent 6cd9ba95
Pipeline #5930 passed with stage
in 7 minutes and 56 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment