mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Region::_start should be a timepos_t not a timecnt_t (GUI edition)
This commit is contained in:
parent
56cde042cd
commit
49424ab0e3
5 changed files with 20 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue