mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
fixed radio group for subframes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2162 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d013570b13
commit
e644ddc4c8
1 changed files with 4 additions and 2 deletions
|
|
@ -426,8 +426,10 @@ Editor::register_actions ()
|
|||
|
||||
RadioAction::Group subframe_group;
|
||||
|
||||
ActionManager::register_radio_action (editor_actions, pullup_group, X_("Subframes80"), _("80 per frame"), bind (mem_fun (*this, &Editor::subframes_per_frame_chosen), 80));
|
||||
ActionManager::register_radio_action (editor_actions, pullup_group, X_("Subframes100"), _("100 per frame"), bind (mem_fun (*this, &Editor::subframes_per_frame_chosen), 100));
|
||||
ActionManager::register_radio_action (editor_actions, subframe_group, X_("Subframes80"), _("80 per frame"), bind (mem_fun (*this,
|
||||
&Editor::subframes_per_frame_chosen), 80));
|
||||
ActionManager::register_radio_action (editor_actions, subframe_group, X_("Subframes100"), _("100 per frame"), bind (mem_fun (*this,
|
||||
&Editor::subframes_per_frame_chosen), 100));
|
||||
|
||||
ActionManager::add_action_group (rl_actions);
|
||||
ActionManager::add_action_group (zoom_actions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue