mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Synchronize grid menus (#8973)
This commit is contained in:
parent
891b561cad
commit
a626f1f0d5
2 changed files with 23 additions and 10 deletions
|
|
@ -180,6 +180,10 @@ Editor::register_actions ()
|
|||
ActionManager::register_action (editor_menu_actions, X_("Timecode"), _("Timecode fps"));
|
||||
ActionManager::register_action (editor_menu_actions, X_("LayerDisplay"), _("Region Layers"));
|
||||
|
||||
ActionManager::register_action (editor_menu_actions, X_("GridChoiceTriplets"), _("Triplets"));
|
||||
ActionManager::register_action (editor_menu_actions, X_("GridChoiceQuintuplets"), _("Quintuplets"));
|
||||
ActionManager::register_action (editor_menu_actions, X_("GridChoiceSeptuplets"), _("Septuplets"));
|
||||
|
||||
act = ActionManager::register_action (editor_menu_actions, X_("TrackHeightMenu"), _("Height"));
|
||||
ActionManager::stripable_selection_sensitive_actions.push_back (act);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue