From 3697dc0fc155b73c1b49a5819af0f26289ffdf78 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Fri, 14 Dec 2018 19:14:51 -0800 Subject: [PATCH] Clarify what popup_centered actually does As was discussed in issue #24309, the method description doesn't always accurately describe resultant behavior and can be confusing. --- doc/classes/Popup.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index ae5bce5d7de..8eec105a800 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -26,7 +26,7 @@ - Popup (show the control in modal form) in the center of the screen, at the current size, or at a size determined by "size". + Popup (show the control in modal form) in the center of the screen relative to its current canvas transform, at the current size, or at a size determined by "size". @@ -35,7 +35,7 @@ - Popup (show the control in modal form) in the center of the screen, ensuring the size is never smaller than [code]minsize[/code]. + Popup (show the control in modal form) in the center of the screen relative to the current canvas transform, ensuring the size is never smaller than [code]minsize[/code]. @@ -44,7 +44,7 @@ - Popup (show the control in modal form) in the center of the screen, scaled at a ratio of size of the screen. + Popup (show the control in modal form) in the center of the screen relative to the current canvas transform, scaled at a ratio of size of the screen.