aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2018-01-18 21:37:17 +0100
committerRémi Verschelde2018-01-18 22:01:42 +0100
commit9f479f096cb50fa8d1215e68c262f110116114ef (patch)
treef115332a8e73ab059c16b077873ca2f3faab9cb1 /scene/gui/control.cpp
parenta1c08b71091c47d626410406f36a4bb6fca40953 (diff)
downloadgodot-9f479f096cb50fa8d1215e68c262f110116114ef.tar.gz
godot-9f479f096cb50fa8d1215e68c262f110116114ef.tar.zst
godot-9f479f096cb50fa8d1215e68c262f110116114ef.zip
Diffstat (limited to 'scene/gui/control.cpp')
-rw-r--r--scene/gui/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp
index d9d033dfb..01415594d 100644
--- a/scene/gui/control.cpp
+++ b/scene/gui/control.cpp
@@ -2013,7 +2013,7 @@ Control *Control::find_prev_valid_focus() const {
if (from->is_set_as_toplevel() || !Object::cast_to<Control>(from->get_parent())) {
- //find last of the childs
+ //find last of the children
prev_child = _prev_control(from);