Skip to content

Fix tick rendering

Michal Drobňák requested to merge (removed):4-broken-timeline-drag into master

Fixes template timeline dragging bug. Timeline drag created an infinite loop and crashed the app. Problem was caused by tick generation at the timeline beginning. Solution was to add a check if the first tick index isn't already the minimal index.

Merge request reports