Skip to content

Commit 03b2e14

Browse files
committed
-
1 parent c915069 commit 03b2e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +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,
54+
# evt_handler,
5555
self.evt_handler_type
5656
)
5757
if len(self.parsed_words) >= 2:

0 commit comments

Comments
 (0)