Browse Source

document popup behaviour

HaSa1002 5 years ago
parent
commit
5be5f65440
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Popup.xml

+ 1 - 1
doc/classes/Popup.xml

@@ -4,7 +4,7 @@
 		Base container control for popups and dialogs.
 		Base container control for popups and dialogs.
 	</brief_description>
 	</brief_description>
 	<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>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>