ensure that most recently stripable is visible in editor
[ardour.git] / gtk2_ardour / editor_ops.cc
index ed83da2d80d9855bea3c505ef7f64f3afa35eeea..4df88b90252a7200014cffa138a0f85d4729bf53 100644 (file)
@@ -7379,10 +7379,10 @@ edit your ardour.rc file to set the\n\
                }
        }
 
-       Mixer_UI::instance()->selection().block_routes_changed (true);
-       selection->block_tracks_changed (true);
        {
+               PresentationInfo::ChangeSuspender cs;
                DisplaySuspender ds;
+
                boost::shared_ptr<RouteList> rl (new RouteList);
                for (vector<boost::shared_ptr<Route> >::iterator x = routes.begin(); x != routes.end(); ++x) {
                        rl->push_back (*x);
@@ -7393,9 +7393,6 @@ edit your ardour.rc file to set the\n\
         * destructors are called,
         * diskstream drops references, save_state is called (again for every track)
         */
-       selection->block_tracks_changed (false);
-       Mixer_UI::instance()->selection().block_routes_changed (false);
-       selection->TracksChanged (); /* EMIT SIGNAL */
 }
 
 void