summaryrefslogtreecommitdiff
path: root/scene/gui/button_array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/button_array.cpp')
-rw-r--r--scene/gui/button_array.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/button_array.cpp b/scene/gui/button_array.cpp
index 9e3476899f..de77b83403 100644
--- a/scene/gui/button_array.cpp
+++ b/scene/gui/button_array.cpp
@@ -171,9 +171,9 @@ void ButtonArray::_notification(int p_what) {
case NOTIFICATION_READY:{
MethodInfo mi;
mi.name="mouse_sub_enter";
-
+
add_user_signal(mi);
-
+
}break;
case NOTIFICATION_DRAW: {