mark session dirty after scene change is added/removed

This commit is contained in:
Paul Davis
2014-12-03 14:24:30 -05:00
parent a47cacfcc6
commit 960cff790b

View File

@@ -761,6 +761,7 @@ Location::set_scene_change (boost::shared_ptr<SceneChange> sc)
{
if (_scene_change != sc) {
_scene_change = sc;
_session.set_dirty ();
scene_changed (); /* EMIT SIGNAL */
SceneChangeChanged (); /* EMIT SIGNAL */