# HG changeset patch # User drewp@bigasterisk.com # Date 2016-06-13 01:13:36 # Node ID 646bb4797d62d47a5faf8271c19e2c3c2bb591d4 # Parent e7cb2e2d4545d43360327f5a1890ff56fd2ed142 don't hide adjusters so soon Ignore-this: 5db987111650503652882790b986155f diff --git a/light9/web/timeline/timeline.coffee b/light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee +++ b/light9/web/timeline/timeline.coffee @@ -436,7 +436,7 @@ Polymer display: if rightX - leftX > w then 'block' else 'none' } - if screenPts[3].e(1) - screenPts[0].e(1) < 100 + if screenPts[3].e(1) - screenPts[0].e(1) < 50 @clearAdjusters() # also kill their connectors return