diff options
author | NL <itsnl252@gmail.com> | 2023-07-14 19:09:13 +0200 |
---|---|---|
committer | NL <itsnl252@gmail.com> | 2023-07-19 16:06:02 +0200 |
commit | a77d8b3eb58721355656d71c385a9a35f8160411 (patch) | |
tree | 4ae2628a8b219911432b43784630475e5c0045fa /doc | |
parent | 349e44091da989c63b19b214e125b2368a76c06c (diff) | |
download | redot-engine-a77d8b3eb58721355656d71c385a9a35f8160411.tar.gz |
Check FLAG_POPUP to close an AcceptDialog when parent is focused
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Window.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index 0446f6d73f..450cf37283 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -626,7 +626,6 @@ </member> <member name="popup_window" type="bool" setter="set_flag" getter="get_flag" default="false"> If [code]true[/code], the [Window] will be considered a popup. Popups are sub-windows that don't show as separate windows in system's window manager's window list and will send close request when anything is clicked outside of them (unless [member exclusive] is enabled). - [b]Note:[/b] This property only works with native windows. </member> <member name="position" type="Vector2i" setter="set_position" getter="get_position" default="Vector2i(0, 0)"> The window's position in pixels. |