summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-lattice.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-03-03 00:12:41 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-03-26 17:48:34 +0000
commit95b1c7b549605d7c6ce6623cc4cd121ed7c51a64 (patch)
tree1c38b4fe6baabbf45c55e0929516dd825f7d6847 /src/live_effects/lpe-lattice.cpp
parentAllow building with USE_PANGO_WIN32. (diff)
downloadinkscape-95b1c7b549605d7c6ce6623cc4cd121ed7c51a64.tar.gz
inkscape-95b1c7b549605d7c6ce6623cc4cd121ed7c51a64.zip
Base LPE refactor
Diffstat (limited to 'src/live_effects/lpe-lattice.cpp')
-rw-r--r--src/live_effects/lpe-lattice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-lattice.cpp b/src/live_effects/lpe-lattice.cpp
index 124a7a9c6..df4da4590 100644
--- a/src/live_effects/lpe-lattice.cpp
+++ b/src/live_effects/lpe-lattice.cpp
@@ -164,7 +164,7 @@ LPELattice::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2
void
LPELattice::doBeforeEffect (SPLPEItem const* lpeitem)
{
- original_bbox(lpeitem);
+ original_bbox(lpeitem, false, true);
}
void
@@ -172,7 +172,7 @@ LPELattice::resetDefaults(SPItem const* item)
{
Effect::resetDefaults(item);
- original_bbox(SP_LPE_ITEM(item), false);
+ original_bbox(SP_LPE_ITEM(item), false, true);
// place the 16 control points
grid_point0[Geom::X] = boundingbox_X.min();