blob: 53c40580f2975d13daf384dfd35eb64fb4898842 [file] [log] [blame]
Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by
representing the scale as float value internally in Tk. tkinter.IntVar now
works if float value is set to underlying Tk variable.