mijofa / upmc

Unnamed Python Media Centre
0 stars 0 forks source link

The scrolling text on the info popup is 2fst. #3

Open mijofa opened 11 years ago

mijofa commented 11 years ago

The scrolling text is handled by simply using a time.sleep(n), this is a bad way to do it and causes and issue whereby the scrolling changes speed depending on how busy the Python interpreter is.

This should be fixed, probably by storing the time it last scrolled, and comparing that to now to decide whether it should scroll further.