diff options
Diffstat (limited to 'doc/classes/Popup.xml')
| -rw-r--r-- | doc/classes/Popup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index bcf941ede..53191f01c 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="Popup" inherits="Control" category="Core" version="3.0.2"> +<class name="Popup" inherits="Control" category="Core" version="3.0.3"> <brief_description> Base container control for popups and dialogs. </brief_description> @@ -50,7 +50,7 @@ </methods> <members> <member name="popup_exclusive" type="bool" setter="set_exclusive" getter="is_exclusive"> - 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. + 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. </member> </members> <signals> |
