fix copy-n-paste error

This commit is contained in:
Paul Davis 2017-05-08 11:03:35 +01:00
parent 0596032b36
commit 2ed08f0771

View file

@ -3851,7 +3851,7 @@ Session::remove_routes (boost::shared_ptr<RouteList> routes_to_remove)
}
PropertyChange pc;
pc.add (Properties::selected);
pc.add (Properties::order);
PresentationInfo::Change (pc);
/* save the new state of the world */