mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[Viewer] Current frame for Sequence should not be set during changes of Image Gallery
This commit is contained in:
parent
aefbbd5482
commit
d52ad9ad8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue