# HG changeset patch # User drewp@bigasterisk.com # Date 2016-06-12 21:01:20 # Node ID a749079ec7742feee6fc7742abd8da26c8e4e377 # Parent a093a69067fb11e499e59e81138aabea4a05136f focus should also be sticky attr Ignore-this: e7f8be6b0614c456b6a80aa23991a78f diff --git a/light9/collector/collector.py b/light9/collector/collector.py --- a/light9/collector/collector.py +++ b/light9/collector/collector.py @@ -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