No description
Find a file
Cheng Zhao 593fb8cdf0 Delay notification events to next tick
It is possible that the events get emitted when calling Show(), which
would then delete the class before Show() ends, results in using members
of a deleted class.

By delaying the events to next tick we can effectively avoid this.
2016-04-15 16:20:36 +09:00
brightray Delay notification events to next tick 2016-04-15 16:20:36 +09:00