We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1797b commit b42ce64Copy full SHA for b42ce64
1 file changed
src/_macosx.m
@@ -686,6 +686,7 @@ bool mpl_check_modifier(bool present, PyObject* list, char const* name)
686
{
687
[self->window close];
688
self->window = NULL;
689
+ [super destroy];
690
Py_RETURN_NONE;
691
}
692
0 commit comments