[Viewer] Current frame for Sequence should not be set during changes of Image Gallery

This commit is contained in:
Aurore LAFAURIE 2024-07-19 17:30:55 +02:00
parent aefbbd5482
commit d52ad9ad8d

View file

@ -294,7 +294,6 @@ FocusScope {
frameRange.min = 0
frameRange.max = seq.length - 1
currentFrame = 0
return seq
}
@ -349,6 +348,7 @@ FocusScope {
} else {
root.source = ""
root.sequence = getSequence()
currentFrame = frameRange.min
}
}