updated Temporal::Beats ... GUI edition

This commit is contained in:
Paul Davis 2020-07-13 18:03:18 -06:00
parent 4dc048b28a
commit 0a469527f1
14 changed files with 80 additions and 83 deletions

View file

@ -443,7 +443,7 @@ StepEditor::region_removed (boost::weak_ptr<Region> wr)
step_edit_region.reset();
step_edit_region_view = 0;
// force a recompute of the insert position
step_edit_beat_pos = Temporal::Beats(-1);
step_edit_beat_pos = Temporal::Beats::from_double (-1);
}
}