Skip to content

Commit 911ccc1

Browse files
committed
wip
1 parent 996a3a7 commit 911ccc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arcade/gui/widgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def __init__(
186186
self.add(child)
187187

188188
self._transitions: list[TransitionBase] = []
189-
self.event("on_update")(self._update_transitions)
189+
self.event("on_update")(self._update_transitions) # todo: this causes a memory leak
190190

191191
bind(self, "rect", UIWidget.trigger_full_render)
192192
bind(self, "focused", UIWidget.trigger_full_render)

0 commit comments

Comments
 (0)