summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-08 14:56:51 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:40 -0400
commitb34f949518c1339ae164b0b23318f91f8667841b (patch)
treec12bb95f07497331e154770d65b853e5c6e21663 /gtk2_ardour/mixer_strip.h
parent1249e61d73b863179ffc08f1b7e42e3279709578 (diff)
follow session track-number policy in mixer strip, as is done in the editor
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index ec08670259..af1caf3e66 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -324,6 +324,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void vca_menu_toggle (Gtk::CheckMenuItem*, uint32_t n);
bool vca_button_release (GdkEventButton* ev);
+
+ void update_track_number_visibility ();
};
#endif /* __ardour_mixer_strip__ */