13
0

Duration clock edit uses current time to resolve meter.

- should fix the remaining part of #7072
This commit is contained in:
nick_m 2016-10-19 23:09:24 +11:00
parent 86106bcfa1
commit 3d38b4f58e

View File

@ -670,7 +670,7 @@ AudioClock::end_edit (bool modify)
case BBT:
if (is_duration) {
pos = frame_duration_from_bbt_string (0, edit_string);
pos = frame_duration_from_bbt_string (current_time(), edit_string);
} else {
pos = frames_from_bbt_string (0, edit_string);
}