Skip to content
Commit f9f75eab authored by Jean-Baptiste Mardelle's avatar Jean-Baptiste Mardelle
Browse files

Fix timeline corruption

When using getClipItemAt() at the start position of a clip, it could return the wrong clip.
For exemple it returned the clip that was ending at the frame just before (because in the scene
the end of a clip and start of the next one almost overlap).
This caused timeline corruption, for exemple when trying to delete many clips at once.
We now make sure that we get the clip we wanted. Might be caused by some changes in Qt5,
not sure it happened on Qt4.
parent 23edfc8c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment