diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-27 14:35:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 14:35:56 +0100 |
commit | 6c5d1d7217670ec66e9100495739671c6a183464 (patch) | |
tree | 01dfbe83760b911190d50a310b10c456866cdd39 | |
parent | 31272d0956eff1319ae4328551c896895fe8ac6b (diff) | |
parent | 5be5f654405bc90a567533b74ba55b2fab08fc95 (diff) |
Merge pull request #33936 from HaSa1002/doc_popup
fix #33721 documenting popup behaviour
-rw-r--r-- | doc/classes/Popup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index 2357ee2469..6b15b5a1ea 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -4,7 +4,7 @@ Base container control for popups and dialogs. </brief_description> <description> - Popup is a base [Control] used to show dialogs and popups. It's a subwindow and modal by default (see [Control]) and has helpers for custom popup behavior. + Popup is a base [Control] used to show dialogs and popups. It's a subwindow and modal by default (see [Control]) and has helpers for custom popup behavior. All popup methods ensure correct placement within the viewport. </description> <tutorials> </tutorials> |