# HG changeset patch # User drewp@bigasterisk.com # Date 2012-06-18 00:42:48 # Node ID 603383733d7c05e0cc041e0f5ec0e15647ccb285 # Parent e91c2216d10b6da72a5413f61a266357a37f0b79 default to collapsed curves (with a display bug) Ignore-this: 4f556f9781ea3a9406d4c219896f571b diff --git a/light9/curvecalc/curveview.py b/light9/curvecalc/curveview.py --- a/light9/curvecalc/curveview.py +++ b/light9/curvecalc/curveview.py @@ -993,6 +993,10 @@ class CurveRow(object): self.initCurveView() dispatcher.connect(self.rebuild, "all curves rebuild") + # incomplete: this makes the row start with a small size + # request, but doesn't update the row widgets + self.collapsed.props.active = True + def rebuild(self): self.curveView.rebuild() self.initCurveView()