mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue