modifiers: unconditionally show the solo context menu
* accessing solo-isolate from the context menu is the preferred way * some route_uis (like track headers) do not have solo isolate buttons
This commit is contained in:
parent
88888237ac
commit
9a6533c382
@ -635,15 +635,11 @@ RouteUI::solo_press(GdkEventButton* ev)
|
|||||||
|
|
||||||
if (Keyboard::is_context_menu_event (ev)) {
|
if (Keyboard::is_context_menu_event (ev)) {
|
||||||
|
|
||||||
if (! (solo_isolated_led && solo_isolated_led->get_visible()) ||
|
|
||||||
! (solo_safe_led && solo_safe_led->get_visible())) {
|
|
||||||
|
|
||||||
if (solo_menu == 0) {
|
if (solo_menu == 0) {
|
||||||
build_solo_menu ();
|
build_solo_menu ();
|
||||||
}
|
}
|
||||||
|
|
||||||
solo_menu->popup (1, ev->time);
|
solo_menu->popup (1, ev->time);
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user