summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-07 20:46:21 -0500
committerDavid Robillard <d@drobilla.net>2015-01-07 20:46:21 -0500
commit2eef0612b9bd4217bf9c137688955d68966dae16 (patch)
tree0200b9d4899ad858bbec2c55bc4be8f0e393fd29 /gtk2_ardour/step_editor.cc
parent4fd3adda019ef349ce70fd8dc2f6dea8d00a9216 (diff)
Start step entry at playhead.
Diffstat (limited to 'gtk2_ardour/step_editor.cc')
-rw-r--r--gtk2_ardour/step_editor.cc2
1 files changed, 1 insertions, 1 deletions
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