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

Flutter: window's don't show up unless given an explicit size #167

Open
wmww opened this issue Jun 7, 2023 · 2 comments
Open

Flutter: window's don't show up unless given an explicit size #167

wmww opened this issue Jun 7, 2023 · 2 comments

Comments

@wmww
Copy link
Owner

wmww commented Jun 7, 2023

On Flutter, windows don't show up unless an explicit size is specified. Might be related to #143. Calling gtk_widget_set_size_request(GTK_WIDGET(window), 200, 200); (with any values > 0) fixes this.

Fixed by #166.

@ssqzr
Copy link

ssqzr commented Jan 15, 2025

I had the same problem. The problem can be resolved using this commit.

Is there a plan to merge this commit to the master?

@wmww
Copy link
Owner Author

wmww commented Jan 16, 2025

No current plans. If someone can make a PR that passes both the tests added here I'll review it (my commit fixes test-appears-if-size-initially-unspecified but breaks test-size-can-shrink).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants