diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-28 09:59:33 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-28 09:59:33 +0000 |
| commit | 2a37d214a84b9dad43f447a09a65846d07e96f44 (patch) | |
| tree | 843b2ce041124c0dde7b548205ec626e483769b9 /src/ui | |
| parent | Fix bug when converting to paths cliped and masked LPE elemets (diff) | |
| download | inkscape-2a37d214a84b9dad43f447a09a65846d07e96f44.tar.gz inkscape-2a37d214a84b9dad43f447a09a65846d07e96f44.zip | |
Allow FER edition on canvas
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/shape-editor-knotholders.cpp | 2 |
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; } |
