summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route_group.cc')
-rw-r--r--libs/ardour/route_group.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc
index 23b745892e..2f96520a97 100644
--- a/libs/ardour/route_group.cc
+++ b/libs/ardour/route_group.cc
@@ -79,7 +79,7 @@ RouteGroup::make_property_quarks ()
DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for monitoring = %1\n", Properties::monitoring.property_id));
}
-#define ROUTE_GROUP_DEFAULT_PROPERTIES _relative (Properties::relative, false) \
+#define ROUTE_GROUP_DEFAULT_PROPERTIES _relative (Properties::relative, true) \
, _active (Properties::active, false) \
, _hidden (Properties::hidden, false) \
, _gain (Properties::gain, false) \