diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-05-12 11:45:33 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-05-12 11:45:33 +0000 |
| commit | 21ee7692231394923e753545733183e77d67df44 (patch) | |
| tree | 87c160f6da18154766ceeeeca86ba124517e0b9d /src/selection-chemistry.h | |
| parent | Fix for Bug #683561 (Can't select text using click - [SHIFT+click]). (diff) | |
| download | inkscape-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/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 1c627fd1a..8711a6cdf 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -47,6 +47,7 @@ namespace Inkscape { static void reverse(SPDesktop *dt); static void selectNext(SPDesktop *desktop); static void selectPrev(SPDesktop *desktop); + static void fixSelection(SPDesktop *desktop); }; } // namespace Inkscape |
