Compare commits
3 Commits
decd6e6f70
...
6379c28b76
Author | SHA1 | Date | |
---|---|---|---|
6379c28b76 | |||
13d10582f0 | |||
00a1b7cb24 |
@ -495,7 +495,7 @@ Region::set_length_internal (timecnt_t const & len)
|
||||
|
||||
l.set_position (position());
|
||||
|
||||
_last_length = l;
|
||||
_last_length = _length;
|
||||
_length = l;
|
||||
}
|
||||
|
||||
@ -1402,7 +1402,9 @@ void
|
||||
Region::mid_thaw (const PropertyChange& what_changed)
|
||||
{
|
||||
if (what_changed.contains (Properties::length)) {
|
||||
recompute_at_start ();
|
||||
if (length().position() != last_position()) {
|
||||
recompute_at_start ();
|
||||
}
|
||||
recompute_at_end ();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user