Index: libs/libmythtv/deletemap.cpp
===================================================================
--- libs/libmythtv/deletemap.cpp	(revision 26900)
+++ libs/libmythtv/deletemap.cpp	(working copy)
@@ -670,7 +786,7 @@
  */
 bool DeleteMap::TrackerWantsToJump(uint64_t frame, uint64_t total, uint64_t &to)
 {
-    if (IsEmpty() || frame < m_nextCutStart)
+    if (IsEmpty() || frame < m_nextCutStart || IsEditing())
         return false;
 
     to = GetNearestMark(m_nextCutStart, total, true);
