From e8379b3818b8a297d4ed911d1e7a42bc2b55a587 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Jun 2016 15:14:23 -0400 Subject: simplify PresentationInfo concept of order so that it is always global Cases that need more complex sort orders (e.g. all routes, then all vcas then master) need to take of this themselves --- libs/ardour/stripable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/stripable.cc') diff --git a/libs/ardour/stripable.cc b/libs/ardour/stripable.cc index c21d68c0a6..4fe3fb4287 100644 --- a/libs/ardour/stripable.cc +++ b/libs/ardour/stripable.cc @@ -136,7 +136,7 @@ Stripable::set_state (XMLNode const& node, int version) if (!_presentation_info.special()) { if ((prop = node.property (X_("order-key"))) != 0) { - _presentation_info.set_group_order (atol (prop->value())); + _presentation_info.set_order (atol (prop->value())); } } } -- cgit v1.2.3