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

Window OnLoadComplete and GetPreferredSize improvements #2684

Merged

Commits on Sep 23, 2024

  1. Window OnLoadComplete and GetPreferredSize improvements

    - OnLoadComplete is now called by Window handler implementations at the appropriate time
    - Window.GetPrerredSize() should now be guaranteed to work for a Window during the LoadComplete event on all platforms, and for some platforms before it is shown.
    - Gtk still has issues including the window decorations with the preferred size, work is ongoing there.
    - Mac now calls Window.Shown after children get the same event, like other platforms.
    cwensley committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d9817fc View commit details
    Browse the repository at this point in the history