diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-07-17 04:23:39 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-07-17 04:23:39 +0000 |
| commit | c9c3641b2318b5a0d2ec01de846406afbbb707bf (patch) | |
| tree | 559670d7f129ce0a33da0be33801851d8b22d64d /src/graphlayout/graphlayout.cpp | |
| parent | Constraints are now properly divided up between the connected components (diff) | |
| download | inkscape-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.cpp | 1 |
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(); |
