mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Fix Mixbus action fc83d044f8 & 65bda27d4 rebase ordering
This commit is contained in:
parent
922bc86b8e
commit
b94c9ef8e0
1 changed files with 1 additions and 1 deletions
|
|
@ -3151,7 +3151,7 @@ Mixer_UI::register_actions ()
|
|||
ActionManager::register_toggle_action (group, X_("ToggleVCAPane"), _("Mixer: Show VCAs"), sigc::mem_fun (*this, &Mixer_UI::toggle_vcas));
|
||||
|
||||
#ifdef MIXBUS
|
||||
ActionManager::register_toggle_action (group, X_("ToggleMixbusPane"), _("Mixer: Show Mixbuses"), sigc::mem_fun (*this, &Mixer_UI::toggle_mixbus_pane));
|
||||
ActionManager::register_toggle_action (group, X_("ToggleMixbusPane"), _("Mixer: Show Mixbuses"), sigc::mem_fun (*this, &Mixer_UI::toggle_mixbuses));
|
||||
#endif
|
||||
|
||||
ActionManager::register_toggle_action (group, X_("ToggleMonitorSection"), _("Mixer: Show Monitor Section"), sigc::mem_fun (*this, &Mixer_UI::toggle_monitor_section));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue