Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 172a86d

Browse filesBrowse files
committed
bugfix, event handler is private
1 parent 63fe7b7 commit 172a86d
Copy full SHA for 172a86d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎fastplotlib/graphics/_base.py‎

Copy file name to clipboardExpand all lines: fastplotlib/graphics/_base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def link(
159159
160160
"""
161161
if event_type in PYGFX_EVENTS:
162-
self.world_object.add_event_handler(self.event_handler, event_type)
162+
self.world_object.add_event_handler(self._event_handler, event_type)
163163

164164
# make sure event is valid
165165
elif event_type in self.feature_events:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.