Mercurial > code > home > repos > light9
diff light8/panels.py @ 95:d5deeed83228
FancyDoubleVar is a DoubleVar where you can temporarily disable the callbacks
FancyDoubleVar is a DoubleVar where you can temporarily disable the callbacks
(at least the ones you made in python)
author | drewp |
---|---|
date | Sat, 13 Jul 2002 03:27:19 +0000 |
parents | 233fe8cefa36 |
children | a995fd1a8f03 |
line wrap: on
line diff
--- a/light8/panels.py Sat Jul 13 03:23:35 2002 +0000 +++ b/light8/panels.py Sat Jul 13 03:27:19 2002 +0000 @@ -135,7 +135,7 @@ # make DoubleVar (there might be one left around from # before a refresh) if name not in scalelevels: - scalelevels[name]=DoubleVar() + scalelevels[name]=FancyDoubleVar() sub.set_slider_var(scalelevels[name])