when using toggle-editor-and-mixer, if current tab is neither, go to mixer first.
This makes using Alt-m (the default binding) feel a lot more sensible
This commit is contained in:
parent
2afaa51717
commit
600697513e
@ -342,7 +342,8 @@ ARDOUR_UI::toggle_editor_and_mixer ()
|
||||
} else if (_tabs.get_current_page() == _tabs.page_num (mixer->contents())) {
|
||||
_tabs.set_current_page (_tabs.page_num (editor->contents()));
|
||||
} else {
|
||||
/* do nothing */
|
||||
/* go to mixer */
|
||||
_tabs.set_current_page (_tabs.page_num (mixer->contents()));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user