summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:00:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:00:55 +0000
commit1c1c570898c1501b34b5a9ad1973a461b449e3d7 (patch)
tree4f16a29da17ee0bec4e4fef31ad8c231324b453a /libs/ardour/route_group.cc
parentc196a212d0d0a65f33c11ff5e84b517f1cd2f422 (diff)
send PropertyChange for RouteGroup::set_edit
git-svn-id: svn://localhost/ardour2/branches/3.0@10925 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route_group.cc')
-rw-r--r--libs/ardour/route_group.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc
index f97954098e..57e4985a10 100644
--- a/libs/ardour/route_group.cc
+++ b/libs/ardour/route_group.cc
@@ -362,6 +362,7 @@ RouteGroup::set_edit (bool yn)
return;
}
_edit = yn;
+ send_change (PropertyChange (Properties::edit));
}
void