From 361aa909da10d2bee04b46b48923ebb4c8a416c7 Mon Sep 17 00:00:00 2001
From: Markus Sauermann <6299227+Sauermann@users.noreply.github.com>
Date: Mon, 31 Jul 2023 21:49:18 +0200
Subject: [PATCH] Explain which nodes receive `NOTIFICATION_WM_SIZE_CHANGED`
---
doc/classes/Node.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 0ace4357fa30..58b73f231d56 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -1073,7 +1073,8 @@
Specific to the Android platform.
- Notification received from the OS when the window is resized.
+ Notification received when the window is resized.
+ [b]Note:[/b] Only the resized [Window] node receives this notification, and it's not propagated to the child nodes.
Notification received from the OS when the screen's DPI has been changed. Only implemented on macOS.