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 minimize button missing in non-resizable projects #77770

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

jpcerrone
Copy link
Contributor

@jpcerrone jpcerrone commented Jun 2, 2023

Fixes #77603.
On Windows, disabling the 'resizable' flag on the project settings would also remove the minimize button from the window.

Testing

Tested by disabling the display/window/size/resizable flag in the project settings and we can now see the minimize button present in the window along with the the greyed out maximize button:
image

Enabling display/window/size/resizable back on behaves as expected.

Fixes godotengine#77603.
On Windows, disabling the 'resizable' flag on the project
settings would also remove the minimize button from the window.
@akien-mga akien-mga merged commit 26e5a98 into godotengine:master Jun 12, 2023
@akien-mga
Copy link
Member

Thanks!

@jpcerrone jpcerrone deleted the fix_minimize_missing branch June 12, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Godot 4 Resizable Flag is disabling minimizing too
4 participants