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

Scripting: Fixed crash after using tiled.project #3935

Merged
merged 1 commit into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. Scripting: Fixed crash after using tiled.project

    Crash caused by a double-deletion of the EditableProject, since both
    the Project as well as the ProjectDocument classes were deleting it
    from their destructors (in the Object and Document superclasses,
    respectively).
    
    This issue was introduced in 4244060.
    bjorn committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    70c0f63 View commit details
    Browse the repository at this point in the history