only the last step-edited note remains selected after each note addition; waf install...
[ardour.git] / gtk2_ardour / mixer_strip.cc
index 3d8c43e73c1c038479a9bd4e9290828f37020587..963ca84f217210a16638355c2614d7c955e70a93 100644 (file)
@@ -408,12 +408,12 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
        if (is_audio_track()) {
                boost::shared_ptr<AudioTrack> at = audio_track();
                at->FreezeChange.connect (route_connections, invalidator (*this), boost::bind (&MixerStrip::map_frozen, this), gui_context());
+       }
 
+       if (has_audio_outputs ()) {
                _mono_button.show ();
                panners.show_all ();
-       }
-
-       if (is_midi_track()) {
+       } else {
                _mono_button.hide ();
                panners.hide_all ();
        }