Ticket #9122: 9122.patch
| File 9122.patch, 499 bytes (added by , 16 years ago) |
|---|
-
libs/libmythtv/deletemap.cpp
670 786 */ 671 787 bool DeleteMap::TrackerWantsToJump(uint64_t frame, uint64_t total, uint64_t &to) 672 788 { 673 if (IsEmpty() || frame < m_nextCutStart )789 if (IsEmpty() || frame < m_nextCutStart || IsEditing()) 674 790 return false; 675 791 676 792 to = GetNearestMark(m_nextCutStart, total, true);
