From f751a0993b4f3e06e263b2a8505738791744a859 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 31 Jan 2017 02:57:40 +1100 Subject: ensure region _quarter_note is set (factory). --- 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 151f4a7f1b..4cb5ab4dcb 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -1910,9 +1910,7 @@ Region::is_compound () const void Region::post_set (const PropertyChange& pc) { - if (pc.contains (Properties::position)) { - _quarter_note = _session.tempo_map().quarter_note_at_beat (_beat); - } + _quarter_note = _session.tempo_map().quarter_note_at_beat (_beat); } void -- cgit v1.2.3