update use of PresentationInfo/Stripable API

This commit is contained in:
Paul Davis
2016-06-05 16:09:20 -04:00
parent dbcf2f5068
commit b85911d252

View File

@@ -1021,7 +1021,7 @@ EditorRoutes::sync_presentation_info_from_treeview ()
cerr << "Would change PI go for " << stripable->name() << " to " << order << " currently " << stripable->presentation_info().order() << endl;
if (order != stripable->presentation_info().order()) {
stripable->set_presentation_group_order_explicit (order);
stripable->set_presentation_order_explicit (order);
change = true;
}