This is an automated email from the ASF dual-hosted git repository.
pent pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new 96fb4e4 Uses setWidthAndHeight to implement setActualSize.
96fb4e4 is described below
commit 96fb4e4dfe7708a81994410122a8002e12c96474
Author: Peter Ent <[email protected]>
AuthorDate: Mon Mar 19 12:09:43 2018 -0400
Uses setWidthAndHeight to implement setActualSize.
---
frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index 760e555..6b2e9b3 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -3060,8 +3060,7 @@ public class UIComponent extends UIBase
{
//if (GOOG::DEBUG)
// trace("setActualSize not implemented");
- this.width = w;
- this.height = h;
+ this.setWidthAndHeight(w, h);
}
--
To stop receiving notification emails like this one, please contact
[email protected].