gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)

* Use new methods for tracing Tcl variable.
* Fix Combobox.current() for empty combobox.
This commit is contained in:
Serhiy Storchaka 2024-06-07 13:49:07 +03:00 committed by GitHub
parent 6646a9da26
commit d68a22e7a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1 @@
Fix :mod:`tkinter.ttk` with Tcl/Tk 9.0.