Skip to content
  • Eric Jiang's avatar
    Select a valid activeTrack for new documents · 6d70e304
    Eric Jiang authored and Julius Künzel's avatar Julius Künzel committed
    When creating a new KdenliveDoc, the activeTrack property was set to be
    the last audio track's position + 1. If a new document with 0 video
    tracks is created, then activeTrack is out of range and causes a crash
    later in TimelineController::documentProperties().
    
    This fixes BUG: 442545
    6d70e304