Changeset - a749079ec774
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 9 years ago 2016-06-12 21:01:20
drewp@bigasterisk.com
focus should also be sticky attr
Ignore-this: e7f8be6b0614c456b6a80aa23991a78f
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/collector/collector.py
Show inline comments
 
@@ -102,7 +102,7 @@ class Collector(object):
 
                # 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
 

	
 
        
0 comments (0 inline, 0 general)