comparison light8/panels.py @ 101:a995fd1a8f03

result of 7.12 performance
author dmcc
date Sun, 14 Jul 2002 02:44:27 +0000
parents d5deeed83228
children e04f7b552bcd
comparison
equal deleted inserted replaced
100:f13cf18224f2 101:a995fd1a8f03
133 133
134 134
135 # make DoubleVar (there might be one left around from 135 # make DoubleVar (there might be one left around from
136 # before a refresh) 136 # before a refresh)
137 if name not in scalelevels: 137 if name not in scalelevels:
138 scalelevels[name]=FancyDoubleVar() 138 # scalelevels[name]=FancyDoubleVar()
139 scalelevels[name]=DoubleVar()
139 140
140 sub.set_slider_var(scalelevels[name]) 141 sub.set_slider_var(scalelevels[name])
141 142
142 scaleopts = {'troughcolor' : 'grey70'} 143 scaleopts = {'troughcolor' : 'grey70'}
143 if sub.color: 144 if sub.color: