mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 20:06:09 +01:00
temporal: reference time for BBT_Argument is always superclocks (GUI)
This commit is contained in:
parent
3307dcfcb2
commit
bfa13ad714
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ Editor::mouse_add_new_meter_event (timepos_t pos)
|
|||
|
||||
Temporal::BBT_Time r;
|
||||
meter_dialog.get_bbt_time (r);
|
||||
Temporal::BBT_Argument requested (timepos_t::zero (Temporal::BeatTime), r);
|
||||
Temporal::BBT_Argument requested (superclock_t (0), r);
|
||||
|
||||
TempoMapChange tmc (*this, _("add time signature"));
|
||||
pos = timepos_t (tmc.map().quarters_at (requested));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue