summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99bc6b3)
raw | patch | inline | side by side (parent: 99bc6b3)
author | cilix42 <cilix42@users.sourceforge.net> | |
Sat, 13 Sep 2008 20:03:55 +0000 (20:03 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Sat, 13 Sep 2008 20:03:55 +0000 (20:03 +0000) |
src/ui/dialog/align-and-distribute.cpp | patch | blob | history |
index 627f10c0c4c12c3ab1ba0ee0d8f7013729b886f8..4d029fe42d028e8c9e4f8b7105b46c3585c45544 100644 (file)
);
//remove the master from the selection
SPItem * thing = *master;
- if (!sel_as_group) {
+ // TODO: either uncomment or remove the following commented lines, depending on which
+ // behaviour of moving objects makes most sense; also cf. discussion at
+ // https://bugs.launchpad.net/inkscape/+bug/255933
+ /*if (!sel_as_group) { */
selected.erase(master);
- }
+ /*}*/
//Compute the anchor point
boost::optional<NR::Rect> b = sp_item_bbox_desktop (thing);
if (b) {