Timer filter's useful buttons are useless if filter in point is set

> buttons for Start Delay and Duration in Timer filter become useless if filter in point is changed from the default position.

I made the following change to Timer filter’s ui.qml and that seems to have fixed the problem.

Line Before After
199 producer.position / profile.fps (producer.position - (filter.in - producer.in)) / profile.fps
228 producer.position / profile.fps (producer.position - (filter.in - producer.in)) / profile.fps
1 Like

Thanks for your report. This is fixed for the 20.07 release.