Region::_start should be a timepos_t not a timecnt_t (GUI edition)

This commit is contained in:
Paul Davis 2021-03-03 10:04:33 -07:00
parent 56cde042cd
commit 49424ab0e3
5 changed files with 20 additions and 11 deletions

View file

@ -1397,7 +1397,7 @@ AutomationLine::session_position (AutomationList::const_iterator p) const
}
void
AutomationLine::set_offset (timecnt_t const & off)
AutomationLine::set_offset (timepos_t const & off)
{
if (_offset == off) {
return;