add ability to change stop-on-grid from Preferences
This commit is contained in:
parent
364598e94f
commit
0631f99f15
@ -3753,6 +3753,14 @@ These settings will only take effect after %1 is restarted.\n\
|
||||
);
|
||||
add_option (_("Transport"), bo);
|
||||
|
||||
|
||||
bo = new BoolOption ("stop-on-grid",
|
||||
_("Stop transport using the current grid (if any)"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_stop_on_grid),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_stop_on_grid)
|
||||
);
|
||||
add_option (_("Transport"), bo);
|
||||
|
||||
add_option (_("Transport"), new OptionEditorHeading (_("Looping")));
|
||||
|
||||
bo = new BoolOption (
|
||||
|
Loading…
Reference in New Issue
Block a user