FIXED: Timerchop goTo does not set seconds or when settting segment and cycle

Build 2023.11880 to .12000

op("timerSegment").goTo(segment=1, cycle=2, seconds=22, endOfCycle=False)

will set the segment and cycle, but not set the seconds correctly (it starts at 0).
Calling op("timerSegment").goTo(seconds=22, endOfCycle=False) afterwards results in segment and cycle being reset to 0.

I have checked the seconds indicated is less than the length specified in the segments dat.

Can you post here, or email support@derivative.ca with an example?
Thanks,
Rob

segment.toe (4.7 KB)
this shows it in 2023:1200

Thanks for the example.
This will now be fixed in builds 2023.12074 and later.