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

Detect binding loops that applies to the Window itself #3997

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 23, 2023

  1. Detect dingind loops that applies to the Window itself

    The Window geometry depends on its constraints, so its constraints
    cannot depends on its geometry
    
    This fixes Infinitely growing layout, and other panics
    
    Fixes #3989
    Fixes #2902
    ogoffart committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    631de0e View commit details
    Browse the repository at this point in the history