godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.38k stars 21.26k forks source link

Docs: Update Control class to properly reflect behavior of Themes on Control Children #99620

Closed tetrapod00 closed 4 hours ago

tetrapod00 commented 1 day ago

Supersedes https://github.com/godotengine/godot/pull/90289. Apologies if this kind of salvage is frowned upon in the main repo; I've been doing this to clear the backlog in the docs repo recently.

Closes https://github.com/godotengine/godot/issues/88534.

The wording "as long as a chain of [Control]s is uninterrupted" is copied from the Theme docs.

I made some additional changes:

Mickeon commented 1 day ago

The documentation is sometimes torn on what to call these. Sometimes it's "theme items" and sometimes it's "theme properties". I think the former is more common.

Repiteo commented 4 hours ago

Thanks!