Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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