diff options
| author | Duroxxigar <young9003@gmail.com> | 2020-10-02 17:03:52 -0400 |
|---|---|---|
| committer | Duroxxigar <young9003@gmail.com> | 2020-10-02 19:09:01 -0400 |
| commit | 4834e14493f14f1c1e219dff7fca66548fb74108 (patch) | |
| tree | 9ad1f5e2950813360c9538e459e42b82bd9f17be /doc/classes | |
| parent | 9b1c9cef17ef06e5ae80309189464ca6afe7e551 (diff) | |
| download | redot-engine-4834e14493f14f1c1e219dff7fca66548fb74108.tar.gz | |
Updated getters and setters names for toplevel
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/Control.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 3b33bbb45b..f495bfe894 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -669,7 +669,7 @@ <return type="void"> </return> <description> - Invalidates the size cache in this node and in parent nodes up to toplevel. Intended to be used with [method get_minimum_size] when the return value is changed. Setting [member rect_min_size] directly calls this method automatically. + Invalidates the size cache in this node and in parent nodes up to top_level. Intended to be used with [method get_minimum_size] when the return value is changed. Setting [member rect_min_size] directly calls this method automatically. </description> </method> <method name="release_focus"> |
