commit | 32c0d3ada52109f339c081d3408546a4af024b3c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 30 18:49:52 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 30 18:49:52 2016 +0200 |
tree | 899499d5056ea2c9f44e225ff073cfb1763846ae | |
parent | 043868393969224947c03617475d31f64ea59634 [diff] |
Issue #27939: 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.