TimeLineAnnotator / desktop

A GUI for graphical analysis and annotation of video and audio files.
https://tilia-app.com
Creative Commons Attribution Share Alike 4.0 International
8 stars 2 forks source link

Remove create class method from TimelineUIElement and TimelineComponent #89

Closed azfoo closed 1 month ago

azfoo commented 3 months ago

The subclasses of those classes use to realy on a create class method for instancing objects. I figured that was no longer needed and removed some of them. I'm not sure I removed all and I am also not sure if any code still relies on TimelineUIElement.create().