Skip to content

Commit

Permalink
Mention caveats for popup_exclusive in the WindowDialog documentation
Browse files Browse the repository at this point in the history
This closes #41045.
  • Loading branch information
Calinou committed Aug 5, 2020
1 parent 23b553b commit 793694f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/Popup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<members>
<member name="popup_exclusive" type="bool" setter="set_exclusive" getter="is_exclusive" default="false">
If [code]true[/code], the popup will not be hidden when a click event occurs outside of it, or when it receives the [code]ui_cancel[/code] action event.
[b]Note:[/b] Enabling this property doesn't affect the Close or Cancel buttons' behavior in dialogs that inherit from this class. As a workaround, you can use [method WindowDialog.get_close_button] or [method ConfirmationDialog.get_cancel] and hide the buttons in question by setting their [member CanvasItem.visible] property to [code]false[/code].
</member>
<member name="visible" type="bool" setter="set_visible" getter="is_visible" override="true" default="false" />
</members>
Expand Down

0 comments on commit 793694f

Please sign in to comment.