Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de342c4

Browse files
committed
#4406 Directory has to inherit from commondialog.Dialog
1 parent 8ebab5d commit de342c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/tkinter/filedialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class SaveAs(_Dialog):
350350

351351

352352
# the directory dialog has its own _fix routines.
353-
class Directory(Dialog):
353+
class Directory(commondialog.Dialog):
354354
"Ask for a directory"
355355

356356
command = "tk_chooseDirectory"

0 commit comments

Comments
 (0)