Fix build, partially revert 5a188fba
This commit is contained in:
parent
9e47823739
commit
26ce571baf
@ -501,10 +501,11 @@ ARDOUR_UI::step_up_through_tabs ()
|
||||
candidates.push_back (trigger_page);
|
||||
}
|
||||
|
||||
#ifndef LIVETRAX
|
||||
if (rc_option_editor->tabbed()) {
|
||||
candidates.push_back (rc_option_editor);
|
||||
}
|
||||
|
||||
#endif
|
||||
if (candidates.size() < 2) {
|
||||
/* nothing to be done with zero or one visible in tabs */
|
||||
return;
|
||||
@ -553,10 +554,11 @@ ARDOUR_UI::step_down_through_tabs ()
|
||||
candidates.push_back (trigger_page);
|
||||
}
|
||||
|
||||
#ifndef LIVETRAX
|
||||
if (rc_option_editor->tabbed()) {
|
||||
candidates.push_back (rc_option_editor);
|
||||
}
|
||||
|
||||
#endif
|
||||
if (candidates.size() < 2) {
|
||||
/* nothing to be done with zero or one visible in tabs */
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user