From d4ce53b9b116ce0622f58cd53f3468e13d64e71b Mon Sep 17 00:00:00 2001 From: homer666 Date: Sun, 22 Apr 2018 05:31:50 +1000 Subject: [PATCH] [DOCS] Popup.popup_exclusive description --- doc/classes/Popup.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index abf6ec32389..db8d927c9ee 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -50,6 +50,7 @@ + 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.