summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
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 81af6512a..e40746061 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -1178,7 +1178,7 @@ void sp_selection_copy_lpe_pathparam(Inkscape::LivePathEffect::PathParam * pathp
clipboard = g_slist_prepend(clipboard, newnode);
- Geom::Rect bnds = Geom::bounds_exact(*pathparam);
+ Geom::Rect bnds = Geom::bounds_exact(pathparam->get_pwd2());
size_clipboard = from_2geom(bnds);
}