Skip to content

Commit b42ce64

Browse files
committed
Fix macosx
1 parent 6b1797b commit b42ce64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_macosx.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ bool mpl_check_modifier(bool present, PyObject* list, char const* name)
686686
{
687687
[self->window close];
688688
self->window = NULL;
689+
[super destroy];
689690
Py_RETURN_NONE;
690691
}
691692

0 commit comments

Comments
 (0)