schriftgestalt / GlyphsSDK

Scripting SDK for Glyphs
Apache License 2.0
89 stars 37 forks source link

Add delegate comments #91

Open Mark2Mark opened 1 year ago

Mark2Mark commented 1 year ago

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 commented 11 months ago

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