From 2ed08f07718171e49e10618b4bb41e4cce0de5d9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 8 May 2017 11:03:35 +0100 Subject: [PATCH] fix copy-n-paste error --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 07c6bbb042..a69c69b27b 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -3851,7 +3851,7 @@ Session::remove_routes (boost::shared_ptr routes_to_remove) } PropertyChange pc; - pc.add (Properties::selected); + pc.add (Properties::order); PresentationInfo::Change (pc); /* save the new state of the world */ -- 2.30.2