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

Fix a crash when plugin tries to call make_mesh_previews on enable #81121

Merged

Commits on Sep 6, 2023

  1. Fix a crash when enable a plugin uses make_mesh_previews

    The bug happens when plugin tree is propagating mouse events
    (so it is blocked), but EditorProgress's dtor will make main editor
    focused and call update_plugins immediately
     which will update the blocked tree.
    jsjtxietian committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7e3a762 View commit details
    Browse the repository at this point in the history