Merge pull request #18343 from homer666/docs-popup-exclusive

[DOCS] Popup.popup_exclusive description
This commit is contained in:
Max Hilbrunner 2018-04-21 21:49:21 +02:00 committed by GitHub
commit b02d0ca6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +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.
</member>
</members>
<signals>