mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Merge pull request #1940 from Lollixzc/patch-1
Correct typo in eventwatcher.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user