From 594f344ccae4adfd3a29fb15350c03338ed47c6c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 Oct 2019 17:34:23 -0600 Subject: fix thinko --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 7dde0047da..fe3368c50c 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -280,7 +280,7 @@ Session::post_engine_init () /* crossfades require sample rate knowledge */ SndFileSource::setup_standard_crossfades (*this, sample_rate()); - _engine.GraphReordered.connect_same_thread (*this, boost::bind (&Session::graph_reordered, this, false)); + _engine.GraphReordered.connect_same_thread (*this, boost::bind (&Session::graph_reordered, this, true)); _engine.MidiSelectionPortsChanged.connect_same_thread (*this, boost::bind (&Session::rewire_midi_selection_ports, this)); DiskReader::allocate_working_buffers(); -- cgit v1.2.3