summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorThomas Holder <speleo3@users.sourceforge.net>2008-12-08 21:54:37 +0000
committerspeleo3 <speleo3@users.sourceforge.net>2008-12-08 21:54:37 +0000
commit8e49988bb83bac954fad4e8648acf2e3d65f96ff (patch)
tree33d0a04a1de69f23c4228fedaf0734709be8550e /src/selection-chemistry.cpp
parent"make check" now compiles and runs on Linux. (diff)
downloadinkscape-8e49988bb83bac954fad4e8648acf2e3d65f96ff.tar.gz
inkscape-8e49988bb83bac954fad4e8648acf2e3d65f96ff.zip
Make all tools consider full parent transform (up to document, not just up to root)
See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index f6920c2a3..4e93c4832 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2106,7 +2106,7 @@ void sp_selection_to_marker(SPDesktop *desktop, bool apply)
// bottommost object, after sorting
SPObject *parent = SP_OBJECT_PARENT (items->data);
- Geom::Matrix parent_transform (sp_item_i2root_affine(SP_ITEM(parent)));
+ Geom::Matrix parent_transform (sp_item_i2doc_affine(SP_ITEM(parent)));
// remember the position of the first item
gint pos = SP_OBJECT_REPR (items->data)->position();