mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
Merge pull request #2480 from alicevision/fix/resetIndexCameraInitWhenClosingNode
[Viewer2D] Only reset index of currentFrame if the currentFrame is after max of frameRange
This commit is contained in:
commit
d7d259afa3
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