summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-05-18 19:17:03 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2010-05-18 19:17:03 +0000
commit4118824234670a01ef4caad683817567ea84e6ae (patch)
tree2d5e4389d81a91e4d9e5e18e5e50db3814c87714 /src/live_effects/lpeobject.cpp
parentKeys. gdkkeysyms.h URL correction (Bug #528884). (diff)
downloadinkscape-4118824234670a01ef4caad683817567ea84e6ae.tar.gz
inkscape-4118824234670a01ef4caad683817567ea84e6ae.zip
better fix for lpe stack forking
Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
Diffstat (limited to '')
-rw-r--r--src/live_effects/lpeobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp
index be5d618f2..aa916318d 100644
--- a/src/live_effects/lpeobject.cpp
+++ b/src/live_effects/lpeobject.cpp
@@ -245,6 +245,7 @@ livepatheffect_on_repr_attr_changed ( Inkscape::XML::Node * /*repr*/,
/**
* If this has other users, create a new private duplicate and return it
* returns 'this' when no forking was necessary (and therefore no duplicate was made)
+ * Check out sp_lpe_item_fork_path_effects_if_necessary !
*/
LivePathEffectObject *
LivePathEffectObject::fork_private_if_necessary(unsigned int nr_of_allowed_users)