mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[Viewer2D] Only reset index of currentFrame if the currentFrame is after max of frameRange
This commit is contained in:
parent
41eac5eae1
commit
2d9a03fb3b
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ FocusScope {
|
|||
} else {
|
||||
root.source = ""
|
||||
root.sequence = getSequence()
|
||||
currentFrame = frameRange.min
|
||||
if (currentFrame > frameRange.max)
|
||||
currentFrame = frameRange.min
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue