X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_processor_selection.cc;h=50a8a75b9c96a490b04ba0561a32b3c7a91e5197;hb=8a2c82465938cd528781e7cdcb04e8a3530a0b51;hp=ac334b4b871daa978e6d375c716458524651a9e2;hpb=a07bd2d5853aa7d383e325f0f5c1d88218e303c7;p=ardour.git diff --git a/gtk2_ardour/route_processor_selection.cc b/gtk2_ardour/route_processor_selection.cc index ac334b4b87..50a8a75b9c 100644 --- a/gtk2_ardour/route_processor_selection.cc +++ b/gtk2_ardour/route_processor_selection.cc @@ -21,7 +21,6 @@ #include #include "pbd/error.h" -#include "pbd/i18n.h" #include "ardour/selection.h" #include "ardour/session.h" @@ -34,6 +33,8 @@ #include "route_processor_selection.h" #include "route_ui.h" +#include "pbd/i18n.h" + using namespace std; using namespace ARDOUR; using namespace PBD; @@ -170,6 +171,7 @@ RouteProcessorSelection::set (AxisView* r) if (!shp.session()) { return; } + PresentationInfo::ChangeSuspender cs; shp.session()->selection().clear_stripables (); add (r, true); }