mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
updated Temporal::Beats ... GUI edition
This commit is contained in:
parent
4dc048b28a
commit
0a469527f1
14 changed files with 80 additions and 83 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue