From c9c3641b2318b5a0d2ec01de846406afbbb707bf Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Mon, 17 Jul 2006 04:23:39 +0000 Subject: remove overlaps between connected components (bzr r1425) --- src/graphlayout/graphlayout.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphlayout/graphlayout.cpp') diff --git a/src/graphlayout/graphlayout.cpp b/src/graphlayout/graphlayout.cpp index ec5c780c7..1b77b5afa 100644 --- a/src/graphlayout/graphlayout.cpp +++ b/src/graphlayout/graphlayout.cpp @@ -169,6 +169,7 @@ void graphlayout(GSList const *const items) { NULL,NULL,&c->scx,&c->scy,NULL,NULL); alg.run(); } + separateComponents(cs); for (list::iterator it(selected.begin()); it != selected.end(); -- cgit v1.2.3