Skip to content

Commit

Permalink
Actually use the weak reference attribute for impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 7, 2022
1 parent 9fab178 commit 08f0b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cocoa/src/toga_cocoa/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def __init__(self, interface, title, position, size):
defer=False,
)
self.native.interface = self.interface
self.native._impl = self
self.native.impl = self

self.set_title(title)
self.set_size(size)
Expand Down

0 comments on commit 08f0b6c

Please sign in to comment.