回答編集履歴

1

コードの修正

2021/01/21 06:50

投稿

Marusoftware
Marusoftware

スコア189

test CHANGED
@@ -48,9 +48,7 @@
48
48
 
49
49
  self.newWindow.grab_set()
50
50
 
51
- self.app = ChildWindow(self.newWindow, self.master)#ここを変更
51
+ self.app = ChildWindow(self.newWindow, self)#ここを変更
52
-
53
-
54
52
 
55
53
 
56
54