diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-14 14:25:28 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-14 14:25:28 +0000 |
| commit | d58f1115618f0458496b0e0a081238d5fda64ef5 (patch) | |
| tree | 0d87bf8067744160cf824defc783f5ff73935399 /src/ui/tools/rect-tool.cpp | |
| parent | Prevent returning references to local variable (diff) | |
| download | inkscape-d58f1115618f0458496b0e0a081238d5fda64ef5.tar.gz inkscape-d58f1115618f0458496b0e0a081238d5fda64ef5.zip | |
Re-Add blending modes UI using CSS instead filters
Diffstat (limited to 'src/ui/tools/rect-tool.cpp')
| -rw-r--r-- | src/ui/tools/rect-tool.cpp | 4 |
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; |
