martinfabian / MFXlist

https://forum.cockos.com/showthread.php?t=248411
5 stars 1 forks source link

All tracks hidden, and top track has negative y-coord, assertion fails in findFirstTrackBinary... #16

Closed martinfabian closed 3 years ago

martinfabian commented 3 years ago

A hidden track has height set to zero. If all tracks are hidden, and the top track has negative y-coordinate, then all tracks have negative y-coordinates, and findFirstTrackBinary will not be able to find any track that is visible. Then the assertion "should not get here" fires.

martinfabian commented 3 years ago

This has been fixed