allow sending OSC from inline display UIs
[ardour.git] / gtk2_ardour / editor_routes.cc
index e46fcfee5a28b26db43955e12a57f0924d125547..6ea6a1d724a02bd6f806198c2603899d2c059ac7 100644 (file)
@@ -57,7 +57,7 @@
 #include "vca_time_axis.h"
 #include "utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -1030,7 +1030,7 @@ EditorRoutes::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;
                }