video progressbar: fix graphic glitch when duration is not known (http streaming report -1e-09...

This commit is contained in:
Mathieu Virbel 2012-12-04 16:55:02 +01:00
parent 32c14702c3
commit 09c2f52925
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@
VideoPlayerProgressBar:
video: root
max: root.duration or 1
max: max(root.duration, root.position, 1)
value: root.position
Widget: