summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-05-12 11:45:33 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-05-12 11:45:33 +0000
commit21ee7692231394923e753545733183e77d67df44 (patch)
tree87c160f6da18154766ceeeeca86ba124517e0b9d /src/ui/dialog/layers.cpp
parentFix for Bug #683561 (Can't select text using click - [SHIFT+click]). (diff)
downloadinkscape-21ee7692231394923e753545733183e77d67df44.tar.gz
inkscape-21ee7692231394923e753545733183e77d67df44.zip
Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.
Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328)
Diffstat (limited to 'src/ui/dialog/layers.cpp')
-rw-r--r--src/ui/dialog/layers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/layers.cpp b/src/ui/dialog/layers.cpp
index dd147d00f..5cc9578f1 100644
--- a/src/ui/dialog/layers.cpp
+++ b/src/ui/dialog/layers.cpp
@@ -41,6 +41,7 @@
#include "xml/repr.h"
#include "sp-root.h"
#include "event-context.h"
+#include "selection-chemistry.h"
//#define DUMP_LAYERS 1
@@ -536,6 +537,7 @@ void LayersPanel::_toggled( Glib::ustring const& str, int targetCol )
break;
}
}
+ Inkscape::SelectionHelper::fixSelection(_desktop);
}
bool LayersPanel::_handleKeyEvent(GdkEventKey *event)