From f0822259537b982aa9f93caa55fbb91feb09dd8b Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 19 Nov 2008 19:37:14 +0000 Subject: [PATCH] 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 --- synfig-core/trunk/src/synfig/layer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.7.4