Mercurial > code > home > repos > light9
diff light9/vidref/main.py @ 1369:6b5e079b3dbe
timeline hover goes to vidref
Ignore-this: 2ef2fa1b7bdff1bd2755689889385ea2
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 07 Jun 2016 08:16:22 +0000 |
parents | b84379060cdd |
children | b8d42a411e17 |
line wrap: on
line diff
--- a/light9/vidref/main.py Mon Jun 06 08:09:46 2016 +0000 +++ b/light9/vidref/main.py Tue Jun 07 08:16:22 2016 +0000 @@ -106,3 +106,6 @@ it back to music player""" if not self.ignoreScaleChanges: self.musicTime.sendTime(scaleRange.get_value()) + + def incomingTime(self, t, source): + self.musicTime.lastHoverTime = t