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.
This commit is contained in:
Len Ovens 2019-09-10 21:09:54 -07:00
parent 3f6310ef9c
commit 2e857e9143
2 changed files with 62 additions and 40 deletions

View file

@ -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);