mirror of
https://github.com/isledecomp/SIEdit.git
synced 2024-11-23 15:48:03 -05: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) {
|
||||
Play(false);
|
||||
m_PlayheadSlider->setValue(m_PlayheadSlider->maximum());
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue