Make sure that tests are rebuilt even when only their headers change.
[ardour.git] / gtk2_ardour / mixer_group_tabs.cc
index 2563adb1d6c0f25f510f9007ed75867f322b6e23..a52271d0de9543b7956ef38aaa0262fbc0ad6257 100644 (file)
@@ -55,7 +55,7 @@ MixerGroupTabs::compute_tabs () const
 
                MixerStrip* s = (*i)[_mixer->track_columns.strip];
 
-               if (s->route()->is_master() || s->route()->is_control() || !s->marked_for_display()) {
+               if (s->route()->is_master() || s->route()->is_monitor() || !s->marked_for_display()) {
                        continue;
                }
 
@@ -131,7 +131,7 @@ MixerGroupTabs::routes_for_tab (Tab const * t) const
 
                MixerStrip* s = (*i)[_mixer->track_columns.strip];
 
-               if (s->route()->is_master() || s->route()->is_control() || !s->marked_for_display()) {
+               if (s->route()->is_master() || s->route()->is_monitor() || !s->marked_for_display()) {
                        continue;
                }