summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/rc_option_editor.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 7367302df0..7f9ef59464 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -3406,6 +3406,14 @@ RCOptionEditor::RCOptionEditor ()
);
add_option (_("Transport"), bo);
+ bo = new BoolOption (
+ "recording-resets-xrun-count",
+ _("Reset x-run counter when starting to record"),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::get_recording_resets_xrun_count),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::set_recording_resets_xrun_count)
+ );
+ add_option (_("Transport"), bo);
+
add_option (_("Transport"), new OptionEditorHeading (_("Transport Masters")));