summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route_group.h')
-rw-r--r--libs/ardour/ardour/route_group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route_group.h b/libs/ardour/ardour/route_group.h
index a038551244..2ea7b95208 100644
--- a/libs/ardour/ardour/route_group.h
+++ b/libs/ardour/ardour/route_group.h
@@ -73,7 +73,7 @@ public:
void set_hidden (bool yn, void *src);
bool property (Property p) const {
- return ((_properties & p) != 0);
+ return ((_properties & p) == p);
}
bool active_property (Property p) const {