From 64d789aba7b5f57611d503be55e9405ff389e05e Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 24 May 2024 17:32:32 +0300 Subject: Fix `get_position_with_decorations` and `get_size_with_decorations` for embedded windows. --- doc/classes/Window.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index 9c0e8011dc..286b35d642 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -118,12 +118,14 @@ Returns the window's position including its border. + [b]Note:[/b] If [member visible] is [code]false[/code], this method returns the same value as [member position]. Returns the window's size including its border. + [b]Note:[/b] If [member visible] is [code]false[/code], this method returns the same value as [member size]. -- cgit v1.2.3