summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.cpp
diff options
context:
space:
mode:
authorJonah Stich <11thPenguin@gmail.com>2020-09-08 18:08:21 -0700
committerJonah Stich <11thPenguin@gmail.com>2020-09-08 18:08:21 -0700
commitf6b14238c72cdd86d2617aa2f83d5dc5cca1562e (patch)
tree25e3800a566ed1afd8aefd439168c0bb3ae3e85f /scene/gui/control.cpp
parent2410016638a1fbf4c5e11ffe76dc2cd2d50d3771 (diff)
downloadredot-engine-f6b14238c72cdd86d2617aa2f83d5dc5cca1562e.tar.gz
Fixed minor typo, gui_hid -> gui_hide.
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 2cdee4641e..13d7440eb3 100644
--- a/scene/gui/control.cpp
+++ b/scene/gui/control.cpp
@@ -591,7 +591,7 @@ void Control::_notification(int p_notification) {
case NOTIFICATION_VISIBILITY_CHANGED: {
if (!is_visible_in_tree()) {
if (get_viewport() != nullptr) {
- get_viewport()->_gui_hid_control(this);
+ get_viewport()->_gui_hide_control(this);
}
//remove key focus