Mercurial > code > home > repos > light9
changeset 787:603383733d7c
default to collapsed curves (with a display bug)
Ignore-this: 4f556f9781ea3a9406d4c219896f571b
author | drewp@bigasterisk.com |
---|---|
date | Mon, 18 Jun 2012 00:42:48 +0000 |
parents | e91c2216d10b |
children | 8d87a3528369 |
files | light9/curvecalc/curveview.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/curvecalc/curveview.py Mon Jun 18 00:16:35 2012 +0000 +++ b/light9/curvecalc/curveview.py Mon Jun 18 00:42:48 2012 +0000 @@ -993,6 +993,10 @@ 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()