summaryrefslogtreecommitdiffstats
path: root/src/graphlayout/graphlayout.cpp
diff options
context:
space:
mode:
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();