diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-30 17:04:34 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-30 17:04:34 +0000 |
| commit | 7f16afbb515eceed9c63afacec73cd528a662327 (patch) | |
| tree | 08fefaef37d88f75a4f615dbe4861a9a957312a2 /src/live_effects/effect.cpp | |
| parent | Fixes positions of labels (diff) | |
| download | inkscape-7f16afbb515eceed9c63afacec73cd528a662327.tar.gz inkscape-7f16afbb515eceed9c63afacec73cd528a662327.zip | |
Full rewrite on working mode now no linked paths necesary
(bzr r15017.1.15)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index a62e8b62b..7efc1a711 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -454,7 +454,9 @@ void Effect::doAfterEffect (SPLPEItem const* /*lpeitem*/) void Effect::doOnRemove (SPLPEItem const* /*lpeitem*/) { } - +void Effect::doOnVisibilityToggled(SPLPEItem const* /*lpeitem*/) +{ +} //secret impl methods (shhhh!) void Effect::doOnApply_impl(SPLPEItem const* lpeitem) { |
