Revision: 2225
          http://synfig.svn.sourceforge.net/synfig/?rev=2225&view=rev
Author:   dooglus
Date:     2008-11-19 19:37:14 +0000 (Wed, 19 Nov 2008)

Log Message:
-----------
Fix 1730067: "Impervious Waypoints".  Even inactive layers need to call 
Node::on_changed() when they're changed to cause the information to ripple 
through to all other interested nodes.

Modified Paths:
--------------
    synfig-core/trunk/src/synfig/layer.cpp

Modified: synfig-core/trunk/src/synfig/layer.cpp
===================================================================
--- synfig-core/trunk/src/synfig/layer.cpp      2008-11-19 14:50:53 UTC (rev 
2224)
+++ synfig-core/trunk/src/synfig/layer.cpp      2008-11-19 19:37:14 UTC (rev 
2225)
@@ -276,8 +276,7 @@
 Layer::on_changed()
 {
        dirty_time_=Time::end();
-       if(active())
-               Node::on_changed();
+       Node::on_changed();
 }
 
 bool


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to