summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64aee80)
raw | patch | inline | side by side (parent: 64aee80)
author | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 16 Jun 2008 16:17:03 +0000 (16:17 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 16 Jun 2008 16:17:03 +0000 (16:17 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 81c9a63848a39a859e935e00a5828c7f8077ced4..164447387a2a80c3989419dc4eb961b089a3b3e1 100644 (file)
: oncanvasedit_it(0),
is_visible(_("Is visible?"), _("If unchecked, the effect remains applied to the object but is temporarily disabled on canvas"), "is_visible", &wr, this, true),
done_pathparam_set(false),
- provides_own_flash_paths(true), // is automatically set to false if providesOwnFlashPaths() is not overridden
show_orig_path(false),
lpeobj(lpeobject),
- concatenate_before_pwd2(false)
+ concatenate_before_pwd2(false),
+ provides_own_flash_paths(true) // is automatically set to false if providesOwnFlashPaths() is not overridden
{
registerParameter( dynamic_cast<Parameter *>(&is_visible) );
}