X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=gtk2_ardour%2Fmixer_ui.cc;h=cd2304e7f77ca594dbbe45f23810a77b4d9ef289;hp=b2302a5626b58609bbcd87c618249561b1666251;hb=2afaa517170fe18c3448ba7378621d80ee5667cf;hpb=d9f19ad1fea9edebb787c7a1d66e505b8a2bb90a diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index b2302a5626..cd2304e7f7 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -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; }