summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/rect-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/rect-tool.cpp')
-rw-r--r--src/ui/tools/rect-tool.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/tools/rect-tool.cpp b/src/ui/tools/rect-tool.cpp
index 93f9cb5f8..2cd10a28b 100644
--- a/src/ui/tools/rect-tool.cpp
+++ b/src/ui/tools/rect-tool.cpp
@@ -462,10 +462,6 @@ void RectTool::finishItem() {
this->desktop->getSelection()->set(this->rect);
- if (this->rect->hasPathEffectRecursive()) {
- this->desktop->getSelection()->toCurves();
- }
-
DocumentUndo::done(this->desktop->getDocument(), SP_VERB_CONTEXT_RECT, _("Create rectangle"));
this->rect = nullptr;