From e9e25c0f83f2bd149a63a11b0516b647e4082ed6 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 28 Mar 2018 19:27:59 +0200 Subject: Fix bug: 1758477 Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477 --- src/object/sp-path.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/object/sp-path.cpp') diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index 3c64c09b0..a4724a8e7 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -199,7 +199,6 @@ void SPPath::set(unsigned int key, const gchar* value) { } sp_lpe_item_update_patheffect(this, true, true); - this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); break; case SP_ATTR_D: -- cgit v1.2.3