length (& position) of the region added for step entry shouuld use in beat time

This commit is contained in:
Paul Davis 2023-11-06 20:36:43 -07:00
parent 9e4a695689
commit e658056cd7
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ StepEditor::start_step_editing ()
void
StepEditor::resync_step_edit_position ()
{
step_edit_insert_position = _editor.get_preferred_edit_position (Editing::EDIT_IGNORE_NONE, false, true);
step_edit_insert_position = _editor.get_preferred_edit_position (Editing::EDIT_IGNORE_NONE, false, true).beats();
}
void