diff options
Diffstat (limited to 'src/ui/shape-editor-knotholders.cpp')
| -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; } |
