From 2eef0612b9bd4217bf9c137688955d68966dae16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Jan 2015 20:46:21 -0500 Subject: Start step entry at playhead. --- gtk2_ardour/step_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/step_editor.cc') diff --git a/gtk2_ardour/step_editor.cc b/gtk2_ardour/step_editor.cc index 4648299188..7bd82cfa7d 100644 --- a/gtk2_ardour/step_editor.cc +++ b/gtk2_ardour/step_editor.cc @@ -88,7 +88,7 @@ StepEditor::start_step_editing () void StepEditor::resync_step_edit_position () { - step_edit_insert_position = _editor.get_preferred_edit_position (); + step_edit_insert_position = _editor.get_preferred_edit_position (false, false, true); } void -- cgit v1.2.3