This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new c77e466 Fixed (important) typo
c77e466 is described below
commit c77e466273d010019f77f9a2f656f6c928bcae7b
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Jan 17 13:10:56 2022 +0200
Fixed (important) typo
---
frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 0a688a0..f59a169 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -2814,7 +2814,7 @@ COMPILE::JS
if (oldHeight.length)
this.positioner.style.height = oldHeight;
if (oldOverflow.length)
- this.positioner.style.height = oldOverflow;
+ this.positioner.style.overflow = oldOverflow;
if (oldTop.length && oldBottom.length) // if both are set,
this also dictates width
this.positioner.style.top = oldTop;
if (!isNaN(percentHeight))