From 709c44485a9da7fec594e991ec27f60e0efa3482 Mon Sep 17 00:00:00 2001 From: Jared Date: Sun, 16 Sep 2018 12:22:12 +0300 Subject: [PATCH] Small documentation clarification added to CanvasItem. (cherry picked from commit d286e98fd196634c5b25648a85cb99b46b5584ef) --- doc/classes/CanvasItem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 14e33f99aa0..e2dd8781f0e 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -543,7 +543,7 @@ Mix blending mode. Colors are assumed to be premultiplied by the alpha (opacity) value. - Canvas item transform has changed. Only received if requested. + Canvas item transform has changed. Notification is only received if enabled by [method set_notify_transform] or [method set_notify_local_transform]. CanvasItem is requested to draw.