summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-11-16 05:18:35 +1100
committernick_m <mainsbridge@gmail.com>2016-11-16 05:18:35 +1100
commit586882f86c7259849691e4a927900d371b111579 (patch)
tree46b4fdae0f51832e0e2e294ace83fbdb28ce7c91 /libs/ardour/region.cc
parent6ed8c113a25c34c1921c050fd53e7be3a5229870 (diff)
a better fix for 6ed8c113a25 (scope)
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index eb320c5cef..0d0a40d17a 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -1313,11 +1313,11 @@ Region::_set_state (const XMLNode& node, int /*version*/, PropertyChange& what_c
} else {
_beat = _session.tempo_map().beat_at_bbt (bbt_time);
}
+ /* no position property change for legacy Property, so we do this here */
+ _quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
}
}
- _quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
-
/* fix problems with old sessions corrupted by impossible
values for _stretch or _shift
*/