Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delegate comments #91

Open
wants to merge 1 commit into
base: Glyphs3
Choose a base branch
from

Conversation

Mark2Mark
Copy link
Contributor

When using a vanilla window instead of a xib, the delegate must be set in order for the windowShouldClose_ to be called.

If it is not called, the callbacks are not removed and will cause a crash.

When using a vanilla window instead of a xib, the delegate must be set in order for the `windowShouldClose_` to be called.

If it is not called, the callbacks are not removed and will cause a crash.
@schriftgestalt
Copy link
Owner

That is not the right place to keep that information. Maybe replicate that plugin using vanilla?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants