summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-09-28 23:06:48 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-09-28 23:06:48 +0000
commite067ad0a19d179d29adfcb014bcfe11edb19cb5e (patch)
tree58147fc105b3f1ff831eea33d3c51174f0700cb2 /src/object
parentFix bug #1791696: PowerClip: Using a group as a clip doesn't work as expected (diff)
downloadinkscape-e067ad0a19d179d29adfcb014bcfe11edb19cb5e.tar.gz
inkscape-e067ad0a19d179d29adfcb014bcfe11edb19cb5e.zip
Remove uneeded fix for bug
Diffstat (limited to 'src/object')
-rwxr-xr-xsrc/object/sp-lpe-item.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp
index 6e98d9209..d908e81c1 100755
--- a/src/object/sp-lpe-item.cpp
+++ b/src/object/sp-lpe-item.cpp
@@ -584,14 +584,6 @@ void SPLPEItem::addPathEffect(std::string value, bool reset)
// Apply the path effect
sp_lpe_item_update_patheffect(this, true, true);
- //fix bug 1219324
- if (SP_ACTIVE_DESKTOP ) {
- Inkscape::UI::Tools::ToolBase *ec = SP_ACTIVE_DESKTOP->event_context;
- if (INK_IS_NODE_TOOL(ec)) {
- tools_switch(SP_ACTIVE_DESKTOP, TOOLS_SELECT); //mhh
- tools_switch(SP_ACTIVE_DESKTOP, TOOLS_NODES);
- }
- }
}
}