X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Froute_group.cc;h=0b0a07250905ac11fe6aa0dc84830335e66d6c96;hb=db6706429643d80e68a050daa015d17f36d5321b;hp=f0a91257705a371100e3a5ecb2efe5e870db307c;hpb=b68256a8ff670d0f9206858daa69e1bdf7810684;p=ardour.git diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc index f0a9125770..0b0a072509 100644 --- a/libs/ardour/route_group.cc +++ b/libs/ardour/route_group.cc @@ -235,6 +235,8 @@ RouteGroup::set_state (const XMLNode& node, int version) return set_state_2X (node, version); } + set_properties (node); + const XMLProperty *prop; if ((prop = node.property ("routes")) != 0) { @@ -337,13 +339,15 @@ RouteGroup::set_active (bool yn, void *src) if (is_active() == yn) { return; } + _active = yn; + send_change (PropertyChange (Properties::active)); + _session.set_dirty (); } void RouteGroup::set_relative (bool yn, void *src) - { if (is_relative() == yn) { return;