Browse Source
If a GraphicsContext is destroyed before its Scoped is destroyed, this causes a crash as the Scoped tries to call a method in the destroyed context on exit. Add a way to Cancel the call when we know that calling the GraphicsContext will not work.pull/15/merge
1 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue