mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
3f6310ef9c
commit
2e857e9143
2 changed files with 62 additions and 40 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue