From 79fe28b456cc3d2d2a2f995fc2226de2a462be06 Mon Sep 17 00:00:00 2001 From: SirishaDuba Date: Thu, 13 Nov 2025 13:19:34 +0530 Subject: [PATCH] Fix typo in Control enum description (MouseBehaviorRecursive) --- doc/classes/Control.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 3ee4e865003..8b0166508ed 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -1257,7 +1257,7 @@ Prevents the control from receiving mouse input. [method get_mouse_filter_with_override] will return [constant MOUSE_FILTER_IGNORE]. - Allows the control to be receive mouse input, depending on the [member mouse_filter]. This can be used to ignore the parent's [member mouse_behavior_recursive]. [method get_mouse_filter_with_override] will return the [member mouse_filter]. + Allows the control to receive mouse input, depending on the [member mouse_filter]. This can be used to ignore the parent's [member mouse_behavior_recursive]. [method get_mouse_filter_with_override] will return the [member mouse_filter]. Sent when the node changes size. Use [member size] to get the new size.