Closed GoogleCodeExporter closed 8 years ago
The problem is in TimeMap#initTimeline, line 606 - the line
bands[x].syncWith = (x-1);
should be
bands[x].syncWith = 0;
I haven't had a chance to test this yet, but if you could try the fix and
confirm that this solves the problem, I'll commit to trunk.
Original comment by nick.rab...@gmail.com
on 27 Sep 2010 at 8:28
You're the man! It works like a charm now.
Thanks!
Original comment by sr.ay...@gmail.com
on 27 Sep 2010 at 8:45
Committed this fix.
Original comment by nick.rab...@gmail.com
on 27 Nov 2010 at 9:29
Original issue reported on code.google.com by
sr.ay...@gmail.com
on 27 Sep 2010 at 6:47