Skip to content

[3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495)#116902

Merged
serhiy-storchaka merged 1 commit intopython:3.11from
miss-islington:backport-c61cb50-3.11
Mar 16, 2024
Merged

[3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495)#116902
serhiy-storchaka merged 1 commit intopython:3.11from
miss-islington:backport-c61cb50-3.11

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Mar 16, 2024

Change automatically generated tkinter.Checkbutton widget names to
avoid collisions with automatically generated tkinter.ttk.Checkbutton
widget names within the same parent widget.
(cherry picked from commit c61cb50)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…on default names (pythonGH-116495)

Change automatically generated tkinter.Checkbutton widget names to
avoid collisions with automatically generated tkinter.ttk.Checkbutton
widget names within the same parent widget.
(cherry picked from commit c61cb50)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants