13
0

Additional removal of a PropertyTemplate::call() site

This commit is contained in:
Paul Davis 2021-09-25 16:35:05 -06:00
parent 2ed1bdd243
commit 43c7a39f18

View File

@ -678,7 +678,7 @@ Region::set_position_internal (timepos_t const & pos)
_last_length.set_position (position());
if (position() != pos) {
_length.call().set_position (pos);
_length = timecnt_t (_length.val().distance(), pos);
/* check that the new _position wouldn't make the current
* length impossible - if so, change the length.