diff options
Diffstat (limited to 'src/ui/tools/star-tool.cpp')
| -rw-r--r-- | src/ui/tools/star-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/star-tool.cpp b/src/ui/tools/star-tool.cpp index 9712bb7bd..586b7df38 100644 --- a/src/ui/tools/star-tool.cpp +++ b/src/ui/tools/star-tool.cpp @@ -417,11 +417,11 @@ void StarTool::finishItem() { this->star->set_shape(); this->star->updateRepr(SP_OBJECT_WRITE_EXT); this->star->doWriteTransform(this->star->transform, NULL, true); - desktop->canvas->endForcedFullRedraws(); desktop->getSelection()->set(this->star); if (this->star->hasPathEffectRecursive()) { + this->star->set_shape(); sp_lpe_item_update_patheffect (this->star, true, false); } DocumentUndo::done(desktop->getDocument(), SP_VERB_CONTEXT_STAR, |
