]> 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:49:52 +0000 (18:49 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 16:49:52 +0000 (18:49 +0200)
commit32c0d3ada52109f339c081d3408546a4af024b3c
tree899499d5056ea2c9f44e225ff073cfb1763846ae
parent043868393969224947c03617475d31f64ea59634
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
Lib/tkinter/test/test_ttk/test_extensions.py
Misc/NEWS