]> granicus.if.org Git - python/commit
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 16:52:02 +0000 (18:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 16:52:02 +0000 (18:52 +0200)
commit016a9acb2603f07866c060cb14b655b9d9b822fa
treeaadf86d83353c7be1fcbed3667e6be084d15ce44
parent998c9cdd423409e2b40e02eb41614536f9d8005c
parent32c0d3ada52109f339c081d3408546a4af024b3c
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.
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_variables.py
Misc/NEWS