Skip to content

fix: Don't tile if embedded in editor#419

Merged
elementbound merged 5 commits intofoxssake:mainfrom
albertok:dont-tile-if-embeded
Feb 25, 2025
Merged

fix: Don't tile if embedded in editor#419
elementbound merged 5 commits intofoxssake:mainfrom
albertok:dont-tile-if-embeded

Conversation

@albertok
Copy link
Copy Markdown
Contributor

Godot 4.4 brings in embedded running inside the editor.

This breaks tiling as both floating and embedded run modes can't be moved or resized.

This fix checks if the window is embedded and if so doesn't count itself towards the tiling totals or attempts to change any window settings.

Relevant Godot PR: godotengine/godot#99010

@elementbound
Copy link
Copy Markdown
Contributor

Thanks @albertok! Replaced the direct call with call(...) so there's no parser errors in earlier Godot versions, otherwise it's working well!

@elementbound elementbound merged commit 0c3b279 into foxssake:main Feb 25, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants