From 703150d365a98e5e4dadcbf2d2fa585f3bae8cd8 Mon Sep 17 00:00:00 2001 From: nick_m Date: Thu, 7 Jul 2016 22:37:28 +1000 Subject: Always set the musical position in Region::recompute_position_from_lock_style(). --- libs/ardour/region.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libs/ardour/region.cc') diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index d308ea7797..e9b3f59bda 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -672,9 +672,7 @@ Region::set_position_internal (framepos_t pos, bool allow_bbt_recompute, const i void Region::recompute_position_from_lock_style (const int32_t& sub_num) { - if (_position_lock_style == MusicTime) { - _beat = _session.tempo_map().exact_beat_at_frame (_position, sub_num); - } + _beat = _session.tempo_map().exact_beat_at_frame (_position, sub_num); } void -- cgit v1.2.3