|
@@ -170,7 +170,7 @@ to its rect size:
|
|
extends Container
|
|
extends Container
|
|
|
|
|
|
func _notification(what):
|
|
func _notification(what):
|
|
- if (what==NOTIFICATION_SORT_CHILDREN):
|
|
|
|
|
|
+ if what == NOTIFICATION_SORT_CHILDREN:
|
|
# Must re-sort the children
|
|
# Must re-sort the children
|
|
for c in get_children():
|
|
for c in get_children():
|
|
# Fit to own size
|
|
# Fit to own size
|