From b68256a8ff670d0f9206858daa69e1bdf7810684 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Apr 2010 00:21:08 +0000 Subject: Fix up route group state signal handling. Make the PropertyList version of Stateful::set_properties emit a changed signal after it has done its work. git-svn-id: svn://localhost/ardour2/branches/3.0@6826 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/stateful.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/pbd/stateful.cc') diff --git a/libs/pbd/stateful.cc b/libs/pbd/stateful.cc index 79936c691f..b486319c4c 100644 --- a/libs/pbd/stateful.cc +++ b/libs/pbd/stateful.cc @@ -220,6 +220,8 @@ Stateful::set_properties (const PropertyList& property_list) post_set (); + send_change (c); + return c; } -- cgit v1.2.3