summaryrefslogtreecommitdiff
path: root/gtk2_ardour/foldback_strip.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2019-09-10 21:09:54 -0700
committerLen Ovens <len@ovenwerks.net>2019-09-10 21:09:54 -0700
commit2e857e9143e588ea629ea3a9f9e570d57825bbc1 (patch)
treeb052237c04a10c40e5ace50446630da05ad78cbb /gtk2_ardour/foldback_strip.h
parent3f6310ef9c8659fb62706a3e127aae4f5eeff090 (diff)
Foldback gui: previous and next buttons don't wrap around
I had set the previous next buttons to wrap around but Robin felt dead ending was better. The previous button becomes insensitive when the first foldback bus is displayed and next is insensitive when the last is displayed.
Diffstat (limited to 'gtk2_ardour/foldback_strip.h')
-rw-r--r--gtk2_ardour/foldback_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/foldback_strip.h b/gtk2_ardour/foldback_strip.h
index 23467ed851..2a9f23d2ad 100644
--- a/gtk2_ardour/foldback_strip.h
+++ b/gtk2_ardour/foldback_strip.h
@@ -252,6 +252,7 @@ private:
gboolean previous_button_button_press (GdkEventButton*);
gboolean next_button_button_press (GdkEventButton*);
+ void prev_next_changed ();
gboolean show_sends_press (GdkEventButton*);
void send_blink (bool);