Skip to content

Commit f5210e7

Browse files
committed
-
1 parent 03b2e14 commit f5210e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source_py3/python_toolbox/wx_tools/widgets/cute_window/bind_savvy_evt_handler/event_handler_grokker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ def bind(self, evt_handler):
5151
assert isinstance(evt_handler, wx.EvtHandler)
5252
event_handler_bound_method = types.MethodType(
5353
self.event_handler_self_taking_function,
54-
# evt_handler,
55-
self.evt_handler_type
54+
evt_handler,
5655
)
5756
if len(self.parsed_words) >= 2:
5857
closer_evt_handler = address_tools.resolve(

0 commit comments

Comments
 (0)