Fix timeline view bug that only shows 1 frame per event
Posted: Wed Dec 09, 2020 4:43 pm
Git patch against 1.34.22 to allow the timeline view to display multiple frames per event.
Once it had any frame, it was calling showEventData() instead of requestFrameData(). Now it will only call showEventData() if it has the event AND the frame.
--Lee
Once it had any frame, it was calling showEventData() instead of requestFrameData(). Now it will only call showEventData() if it has the event AND the frame.
--Lee