Fix spelling error

This commit is contained in:
komoto
2021-07-09 16:18:24 +09:00
parent 7ff7d46a7e
commit 3d0b1df287

View File

@@ -250,7 +250,7 @@ class EventChooser(wx.Panel):
self.doUpdate = False
for position in range(self.lb.GetCount()):
self.lb.Check(position, True)
index = self.lb.GetCliendData(position)
index = self.lb.GetClientData(position)
self.watchList[index] = (self.watchList[index][0], check)
self.lb.Refresh()
self.doUpdate = True