summaryrefslogtreecommitdiffstats
path: root/src/graphlayout/graphlayout.cpp
diff options
context:
space:
mode:
authorTim Dwyer <tgdwyer@gmail.com>2006-07-17 04:23:39 +0000
committertgdwyer <tgdwyer@users.sourceforge.net>2006-07-17 04:23:39 +0000
commitc9c3641b2318b5a0d2ec01de846406afbbb707bf (patch)
tree559670d7f129ce0a33da0be33801851d8b22d64d /src/graphlayout/graphlayout.cpp
parentConstraints are now properly divided up between the connected components (diff)
downloadinkscape-c9c3641b2318b5a0d2ec01de846406afbbb707bf.tar.gz
inkscape-c9c3641b2318b5a0d2ec01de846406afbbb707bf.zip
remove overlaps between connected components
(bzr r1425)
Diffstat (limited to 'src/graphlayout/graphlayout.cpp')
-rw-r--r--src/graphlayout/graphlayout.cpp1
1 files changed, 1 insertions, 0 deletions
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<SPItem *>::iterator it(selected.begin());
it != selected.end();