summaryrefslogtreecommitdiff
path: root/scene/gui
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-29 10:35:12 +0200
committerGitHub <noreply@github.com>2020-09-29 10:35:12 +0200
commitc217498aa654c869c858f702d3916ba69427d808 (patch)
treec884c12e40a4f58156b652bf48857d47e0b9f0d1 /scene/gui
parentbebf424c80cce52c735000b48265538750068c5e (diff)
parentf6b14238c72cdd86d2617aa2f83d5dc5cca1562e (diff)
Merge pull request #41895 from 11thPenguin/master
Fix minor typo, gui_hid -> gui_hide
Diffstat (limited to 'scene/gui')
-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