diff options
author | csabella <cheryl.sabella@gmail.com> | 2017-07-31 09:30:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-07-31 09:30:09 (GMT) |
commit | a568e5273382a5dca0c27274f7d8e34c41a87d4d (patch) | |
tree | 6fa43e8c6a12bbea985daa66c8e16f7884051169 /Misc | |
parent | e8eb17b2c11dcd1550a94b175e557c234a804482 (diff) | |
download | cpython-a568e5273382a5dca0c27274f7d8e34c41a87d4d.zip cpython-a568e5273382a5dca0c27274f7d8e34c41a87d4d.tar.gz cpython-a568e5273382a5dca0c27274f7d8e34c41a87d4d.tar.bz2 |
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)
between instances of OptionMenu.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-07-17-11-35-00.bpo-25684.usELVx.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-17-11-35-00.bpo-25684.usELVx.rst b/Misc/NEWS.d/next/Library/2017-07-17-11-35-00.bpo-25684.usELVx.rst new file mode 100644 index 0000000..61d6b29 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-07-17-11-35-00.bpo-25684.usELVx.rst @@ -0,0 +1,2 @@ +Change ``ttk.OptionMenu`` radiobuttons to be unique across instances of +``OptionMenu``. |