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

Don't use saved editor dialog size in single-window-mode. #75141

Merged
merged 1 commit into from
Mar 28, 2023

Commits on Mar 27, 2023

  1. Apply clamp_to_embedder on parent resize and popup.

    Fixes godotengine#75084.
    
    The clamp_to_embedder setting was added in 8be16e0,
    but was not set on any of the in-editor dialogs.
    
    This patch sets `clamp_to_embedder` on editor dialogs so they cannot be dragged out of the frame.
    This also modifies `clamp_to_embedder` so a window is clamped to the bounds of an embedder when
    it pops up and when the parent is resized.
    rcorre committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    894ce41 View commit details
    Browse the repository at this point in the history