app: improve slider behavior on videos

This commit is contained in:
itsmattkc 2022-07-19 16:08:39 -07:00
parent eebfc089d6
commit 8d5d9222ce

View file

@ -319,6 +319,7 @@ void MediaPanel::VideoUpdate(float t)
if (ret == AVERROR_EOF) {
Play(false);
m_PlayheadSlider->setValue(m_PlayheadSlider->maximum());
}
break;
} else {