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

Prevent Popup from going out of screen #79698

Closed

Conversation

garychia
Copy link
Contributor

@garychia garychia commented Jul 20, 2023

Explanation:
The _update_window_size function could not calculate the size of a window correctly as its children were invisible and their sizes were ignored. My solution is to call set_visible(true) first before the _update_window_size function call.

@KoBeWi
Copy link
Member

KoBeWi commented Nov 1, 2023

Superseded by #83790
Thanks for the contribution nonetheless!

@KoBeWi KoBeWi closed this Nov 1, 2023
@KoBeWi KoBeWi added the archived label Nov 1, 2023
@KoBeWi KoBeWi removed this from the 4.2 milestone Nov 1, 2023
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.

TileSet paint mode popup can't be scrolled
3 participants