From e067ad0a19d179d29adfcb014bcfe11edb19cb5e Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 29 Sep 2018 01:06:48 +0200 Subject: Remove uneeded fix for bug --- src/object/sp-lpe-item.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') 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); - } - } } } -- cgit v1.2.3