summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-28 09:59:33 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-28 09:59:33 +0000
commit2a37d214a84b9dad43f447a09a65846d07e96f44 (patch)
tree843b2ce041124c0dde7b548205ec626e483769b9 /src/ui
parentFix bug when converting to paths cliped and masked LPE elemets (diff)
downloadinkscape-2a37d214a84b9dad43f447a09a65846d07e96f44.tar.gz
inkscape-2a37d214a84b9dad43f447a09a65846d07e96f44.zip
Allow FER edition on canvas
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/shape-editor-knotholders.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/shape-editor-knotholders.cpp b/src/ui/shape-editor-knotholders.cpp
index 885f3ef40..1027dea7f 100644
--- a/src/ui/shape-editor-knotholders.cpp
+++ b/src/ui/shape-editor-knotholders.cpp
@@ -129,6 +129,8 @@ KnotHolder *createKnotHolder(SPItem *item, SPDesktop *desktop)
knotholder->add_pattern_knotholder();
}
}
+ if (!knotholder) knotholder = new KnotHolder(desktop, item, NULL);
+ knotholder->add_filter_knotholder();
return knotholder;
}