mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] SequencePlayer: draw cached frame regions instead of single frames
This commit is contained in:
parent
8a3daed543
commit
f1de96127d
1 changed files with 2 additions and 2 deletions
|
@ -200,9 +200,9 @@ FloatingPane {
|
|||
model: viewer ? viewer.cachedFrames : []
|
||||
|
||||
Rectangle {
|
||||
x: modelData * frameSlider.frameLength
|
||||
x: modelData.x * frameSlider.frameLength
|
||||
y: 0
|
||||
width: frameSlider.frameLength
|
||||
width: frameSlider.frameLength * (modelData.y - modelData.x + 1)
|
||||
height: 4
|
||||
radius: 2
|
||||
color: Colors.blue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue