remove pointless version of Stripable::set_presentation_order()
[ardour.git] / gtk2_ardour / mixer_ui.cc
index b2302a5626b58609bbcd87c618249561b1666251..cd2304e7f77ca594dbbe45f23810a77b4d9ef289 100644 (file)
@@ -737,7 +737,7 @@ Mixer_UI::sync_presentation_info_from_treeview ()
                stripable->presentation_info().set_hidden (!visible);
 
                if (order != stripable->presentation_info().order()) {
-                       stripable->set_presentation_order_explicit (order);
+                       stripable->set_presentation_order (order, false);
                        change = true;
                }