summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-09-04 09:22:09 +0000
committerjabiertxof <info@marker.es>2016-09-04 09:22:09 +0000
commit16cf6039cb46b426eb6005ed8e9ae710fa0c9bed (patch)
tree6d708beecb23c3f568e7a593f94164b4e1288a6e /src
parentCMake: add missing headers (diff)
downloadinkscape-16cf6039cb46b426eb6005ed8e9ae710fa0c9bed.tar.gz
inkscape-16cf6039cb46b426eb6005ed8e9ae710fa0c9bed.zip
Fix some chrash when apply LPE: ej- sometimes Gear
(bzr r15103)
Diffstat (limited to 'src')
-rw-r--r--src/sp-lpe-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp
index 85df070b8..4719f98d0 100644
--- a/src/sp-lpe-item.cpp
+++ b/src/sp-lpe-item.cpp
@@ -460,7 +460,7 @@ void SPLPEItem::addPathEffect(std::string value, bool reset)
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_LPETOOL); //mhh
+ tools_switch(SP_ACTIVE_DESKTOP, TOOLS_SELECT); //mhh
tools_switch(SP_ACTIVE_DESKTOP, TOOLS_NODES);
}
}