# HG changeset patch # User drewp@bigasterisk.com # Date 1465765280 0 # Node ID a749079ec7742feee6fc7742abd8da26c8e4e377 # Parent a093a69067fb11e499e59e81138aabea4a05136f focus should also be sticky attr Ignore-this: e7f8be6b0614c456b6a80aa23991a78f diff -r a093a69067fb -r a749079ec774 light9/collector/collector.py --- 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