[ui] SequencePlayer: draw cached frame regions instead of single frames

This commit is contained in:
Loïc Vital 2023-04-19 15:44:06 +02:00
parent 8a3daed543
commit f1de96127d

View file

@ -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