We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56f134 commit d1f5e5fCopy full SHA for d1f5e5f
1 file changed
tests/test_filebrowser.py
@@ -17,7 +17,8 @@ def test_filebrowser_opendir(self):
17
okbuttontext=None, cancelbuttontext="Cancel",
18
foldercreation=False)
19
self.window.update()
20
- fb.right_tree.focus_set()
+ fb.right_tree.focus_force()
21
+ self.window.update()
22
fb.event_generate('<Control-a>')
23
24
self.window.update_idletasks()
0 commit comments