Patch from acolomb to add a popup menu for solo iso/lock if
the buttons are not visible (#4419). git-svn-id: svn://localhost/ardour2/branches/3.0@10560 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -385,7 +385,8 @@ RouteUI::solo_press(GdkEventButton* ev)
|
||||
|
||||
if (Keyboard::is_context_menu_event (ev)) {
|
||||
|
||||
if (!solo_isolated_led) {
|
||||
if (! (solo_isolated_led && solo_isolated_led->is_visible()) ||
|
||||
! (solo_safe_led && solo_safe_led->is_visible())) {
|
||||
|
||||
if (solo_menu == 0) {
|
||||
build_solo_menu ();
|
||||
|
||||
Reference in New Issue
Block a user