回答編集履歴

1

t

2021/05/19 04:44

投稿

teamikl
teamikl

スコア8681

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```python
18
18
 
19
- root.after_idle(file_text.focus_set) # タイマーに登録してmainloop内で呼び出し
19
+ root.after_idle(txt1.focus_set) # タイマーに登録してmainloop内で呼び出し
20
20
 
21
21
  root.mainloop()
22
22