Mercurial > code > home > repos > light9
changeset 1475:a749079ec774
focus should also be sticky attr
Ignore-this: e7f8be6b0614c456b6a80aa23991a78f
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Jun 2016 21:01:20 +0000 |
parents | a093a69067fb |
children | 6d8817152eb3 |
files | light9/collector/collector.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/collector/collector.py Sun Jun 12 20:58:19 2016 +0000 +++ b/light9/collector/collector.py Sun Jun 12 21:01:20 2016 +0000 @@ -102,7 +102,7 @@ # list should come from the graph. these are attrs # that should default to holding the last position, # not going to 0. - if deviceAttr in [L9['rx'], L9['ry'], L9['zoom']]: + if deviceAttr in [L9['rx'], L9['ry'], L9['zoom'], L9['focus']]: self.stickyAttrs[(device, deviceAttr)] = value