mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Adjust GDscript example formatting in Using Containers (#5020)
This commit is contained in:
@@ -170,7 +170,7 @@ to its rect size:
|
||||
extends Container
|
||||
|
||||
func _notification(what):
|
||||
if (what==NOTIFICATION_SORT_CHILDREN):
|
||||
if what == NOTIFICATION_SORT_CHILDREN:
|
||||
# Must re-sort the children
|
||||
for c in get_children():
|
||||
# Fit to own size
|
||||
|
||||
Reference in New Issue
Block a user