From: Paul Davis Date: Mon, 8 May 2017 10:03:35 +0000 (+0100) Subject: fix copy-n-paste error X-Git-Tag: 5.9~63 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=2ed08f07718171e49e10618b4bb41e4cce0de5d9 fix copy-n-paste error --- 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 */