From 7607fafda175ab99f3c1103ce0deee840b172a6e Mon Sep 17 00:00:00 2001
From: Markus Sauermann <6299227+Sauermann@users.noreply.github.com>
Date: Thu, 9 Apr 2020 17:42:58 +0200
Subject: [PATCH] Clarify documentation and indicate that rect_clip_content
affects only CanvasItem based nodes. Resolves #37683
(cherry picked from commit 3f19b5e0b30517d307ed8a2a911a1886c6c40186)
---
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 df9ab176020..f99aaff0ae9 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -846,7 +846,7 @@
Controls whether the control will be able to receive mouse button input events through [method _gui_input] and how these events should be handled. Also controls whether the control can receive the [signal mouse_entered], and [signal mouse_exited] signals. See the constants to learn what each does.
- Enables whether rendering of children should be clipped to this control's rectangle. If [code]true[/code], parts of a child which would be visibly outside of this control's rectangle will not be rendered.
+ Enables whether rendering of [CanvasItem] based children should be clipped to this control's rectangle. If [code]true[/code], parts of a child which would be visibly outside of this control's rectangle will not be rendered.
The node's global position, relative to the world (usually to the top-left corner of the window).