mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fred Lundh's latest versions.
This commit is contained in:
parent
f53c86c2b6
commit
1530c87985
6 changed files with 42 additions and 22 deletions
|
@ -42,7 +42,7 @@ class Dialog:
|
|||
|
||||
self._fixoptions()
|
||||
|
||||
# we need a stub widget to properly process the options
|
||||
# we need a dummy widget to properly process the options
|
||||
# (at least as long as we use Tkinter 1.63)
|
||||
w = Frame(self.master)
|
||||
|
||||
|
@ -61,3 +61,4 @@ class Dialog:
|
|||
pass
|
||||
|
||||
return s
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue