https://bugs.kde.org/show_bug.cgi?id=347347
--- Comment #4 from Wegwerf <wegwerf-1-...@gmx.de> --- If this is low hanging fruit then I will be absolutely positively surprised. This will need refactoring of a lot of code that today assumes that all tracks have the same height. A quick glance some time ago showed me that this needs to touch a lot of code, but it would surely worth the work. What needs to be done is to factor our any scattered code that works in the timeline using the scene coordinates, especially Y axis, and then unify this through two functions, such as getTrackTopY(t) and getTrackBottomY(t). The main work is to find all the places where need to use these new functions, and this includes all timeline operations. -- You are receiving this mail because: You are watching all bug changes.