diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-09-28 23:06:48 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-09-28 23:06:48 +0000 |
| commit | e067ad0a19d179d29adfcb014bcfe11edb19cb5e (patch) | |
| tree | 58147fc105b3f1ff831eea33d3c51174f0700cb2 /src | |
| parent | Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expected (diff) | |
| download | inkscape-e067ad0a19d179d29adfcb014bcfe11edb19cb5e.tar.gz inkscape-e067ad0a19d179d29adfcb014bcfe11edb19cb5e.zip | |
Remove uneeded fix for bug
Diffstat (limited to 'src')
| -rwxr-xr-x | src/object/sp-lpe-item.cpp | 8 |
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); - } - } } } |
