Browse Source
wxSafeYield() is not "safe". Pending actions may include deletion of the currently active class. This will cause crashes when exiting. If needed for specific behaviors, we should use wxSafeYieldFor( flag ) with the appropriate events specified rather than a general yield which can cause more problems6.0.7
1 changed files with 0 additions and 3 deletions
Loading…
Reference in new issue