mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
use correct initial value of AudioClock::_limit_pos
This commit is contained in:
parent
eec4addcd5
commit
c2d197a103
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ AudioClock::AudioClock (const string& clock_name, bool transient, const string&
|
||||||
, _edit_by_click_field (false)
|
, _edit_by_click_field (false)
|
||||||
, _negative_allowed (false)
|
, _negative_allowed (false)
|
||||||
, edit_is_negative (false)
|
, edit_is_negative (false)
|
||||||
, _limit_pos (INT64_MAX - 1)
|
, _limit_pos (timepos_t::max (Temporal::AudioTime))
|
||||||
, _with_info (with_info)
|
, _with_info (with_info)
|
||||||
, editing_attr (0)
|
, editing_attr (0)
|
||||||
, foreground_attr (0)
|
, foreground_attr (0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue