mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[Viewer] SequencePlayer: Fix check on the image status for SequencePlayer
This commit is contained in:
parent
5600c58e8f
commit
9c99efb3e4
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ FloatingPane {
|
|||
interval: 1000 / m.fps
|
||||
|
||||
onTriggered: {
|
||||
if (viewer.status !== Image.Ready) {
|
||||
if (viewer.imageStatus !== Image.Ready) {
|
||||
// Wait for current image to be displayed before switching to next image
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue