From: dooglus Date: Wed, 19 Nov 2008 19:37:14 +0000 (+0000) Subject: Fix 1730067: "Impervious Waypoints". Even inactive layers need to call Node::on_chan... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f0822259537b982aa9f93caa55fbb91feb09dd8b;p=synfig.git 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. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2225 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/layer.cpp b/synfig-core/trunk/src/synfig/layer.cpp index 4c9eb35..9a5bf2c 100644 --- a/synfig-core/trunk/src/synfig/layer.cpp +++ b/synfig-core/trunk/src/synfig/layer.cpp @@ -276,8 +276,7 @@ void Layer::on_changed() { dirty_time_=Time::end(); - if(active()) - Node::on_changed(); + Node::on_changed(); } bool