X Tutup
Skip to content

Fix distraction-free mode changing split offsets#113822

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
kitbdev:fix-editor-distraction-free-sc-size
Dec 11, 2025
Merged

Fix distraction-free mode changing split offsets#113822
Repiteo merged 1 commit intogodotengine:masterfrom
kitbdev:fix-editor-distraction-free-sc-size

Conversation

@kitbdev
Copy link
Contributor

@kitbdev kitbdev commented Dec 9, 2025

The can_use_desired_sizes is to make sure adding children doesn't affect the split offset when setting up the SplitContainer, so it should be fine to keep it as true.

The order that children are added and removed is important when trying to keep their sizes the same.

@kitbdev kitbdev added this to the 4.6 milestone Dec 9, 2025
@kitbdev kitbdev requested a review from a team as a code owner December 9, 2025 22:50
@kitbdev kitbdev requested a review from a team December 9, 2025 22:50
@Repiteo Repiteo merged commit 5831c53 into godotengine:master Dec 11, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Dec 11, 2025

Thanks!

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.

Exiting distraction free mode resets dock slot width

3 participants

X Tutup