summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/region.cc4
1 files changed, 1 insertions, 3 deletions
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