diff options
author | E-Paine <63801254+E-Paine@users.noreply.github.com> | 2021-10-21 20:25:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 20:25:52 (GMT) |
commit | add46f84769a7e6fafa50954f79b7c248231fa4e (patch) | |
tree | 1edd956baa6df75326b964a6bedddedd02a9abb8 /Misc | |
parent | 0c4c2e6213f348dc98a787e385cde0a480e80ee9 (diff) | |
download | cpython-add46f84769a7e6fafa50954f79b7c248231fa4e.zip cpython-add46f84769a7e6fafa50954f79b7c248231fa4e.tar.gz cpython-add46f84769a7e6fafa50954f79b7c248231fa4e.tar.bz2 |
bpo-45160: Ttk optionmenu only set variable once (GH-28291)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-09-11-14-47-05.bpo-45160.VzMXbW.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-09-11-14-47-05.bpo-45160.VzMXbW.rst b/Misc/NEWS.d/next/Library/2021-09-11-14-47-05.bpo-45160.VzMXbW.rst new file mode 100644 index 0000000..9d11ed0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-09-11-14-47-05.bpo-45160.VzMXbW.rst @@ -0,0 +1 @@ +When tracing a tkinter variable used by a ttk OptionMenu, callbacks are no longer made twice.
\ No newline at end of file |