Ticket #9122: 9122.patch

File 9122.patch, 499 bytes (added by Jim Stichnoth <stichnot@…>, 16 years ago)
  • libs/libmythtv/deletemap.cpp

     
    670786 */
    671787bool DeleteMap::TrackerWantsToJump(uint64_t frame, uint64_t total, uint64_t &to)
    672788{
    673     if (IsEmpty() || frame < m_nextCutStart)
     789    if (IsEmpty() || frame < m_nextCutStart || IsEditing())
    674790        return false;
    675791
    676792    to = GetNearestMark(m_nextCutStart, total, true);