Various adjustments to make more operations respect the Edit property on route groups.
[ardour.git] / libs / ardour / ardour / route_group.h
index a0385512442e11c7a9786503bb4480c35bb197f7..2ea7b952083f4c280505550450d7bb0fcf7b932e 100644 (file)
@@ -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 {