diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-02 12:17:06 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-02 12:17:06 +0200 |
commit | 2a9aaae8a5225a287a236f0f5170a6e9ac066baa (patch) | |
tree | 2983a30c5b0b4f781deec1bb57d52652cdbd93dd /doc/classes/Window.xml | |
parent | c000b0ce1b7544551520c2fd2e43ce24073bf448 (diff) | |
parent | a77d8b3eb58721355656d71c385a9a35f8160411 (diff) | |
download | redot-engine-2a9aaae8a5225a287a236f0f5170a6e9ac066baa.tar.gz |
Merge pull request #79293 from ItsNL/add-accept-dialog-close-on-unfocused
Check `FLAG_POPUP` to close an AcceptDialog when parent is focused
Diffstat (limited to 'doc/classes/Window.xml')
-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 33a64be50c..5790fc347a 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. |