A marker gets deleted when I move a clip leftward

I wish I had found this before the 21.12.21 release, but here is a bug I encountered on a more complex project:
a marker gets deleted when I move a clip leftward

  • if the marker’s start point and the clip’s in point is exactly the same
  • if the ripple marker with edit is turned on.

Workaround is advance the start point of the marker by one frame.

It looks like line 554 here:

doesn’t need the = sign.

Line Before After
554 marker.start <= m_markerOldStart marker.start < m_markerOldStart

Thanks for your report. This is fixed for the next release.