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 Window.hide() crash when force_native changes #90637

Merged
merged 1 commit into from
Apr 15, 2024

Commits on Apr 13, 2024

  1. Fix Window.hide() crash when force_native changed

    Moved force_native = p_force_native assignment to after is_visible() check, to prevent value from changing after window is shown.
    
    Fixes godotengine#90609
    aaronp64 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4ed5193 View commit details
    Browse the repository at this point in the history