mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-03-22 10:45:14 -04:00
app: improve slider behavior on videos
This commit is contained in:
parent
eebfc089d6
commit
8d5d9222ce
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ void MediaPanel::VideoUpdate(float t)
|
||||||
|
|
||||||
if (ret == AVERROR_EOF) {
|
if (ret == AVERROR_EOF) {
|
||||||
Play(false);
|
Play(false);
|
||||||
|
m_PlayheadSlider->setValue(m_PlayheadSlider->maximum());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue