This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch ChildResize in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit ff08ebba82e570633fd715c786455cacc4633e3e Author: Yishay Weiss <[email protected]> AuthorDate: Wed Dec 30 16:15:33 2020 +0200 Setting explcit dimensions directly means read dimensions are different to explicit dimensions which can mess up layout. This effectively reverts 7628fb6071634646344a74f5fde8f50509dd26de --- .../src/main/royale/org/apache/royale/core/StatesWithTransitionsImpl.as | 2 -- 1 file changed, 2 deletions(-) diff --git a/frameworks/projects/Effects/src/main/royale/org/apache/royale/core/StatesWithTransitionsImpl.as b/frameworks/projects/Effects/src/main/royale/org/apache/royale/core/StatesWithTransitionsImpl.as index 587435a..686ebac 100644 --- a/frameworks/projects/Effects/src/main/royale/org/apache/royale/core/StatesWithTransitionsImpl.as +++ b/frameworks/projects/Effects/src/main/royale/org/apache/royale/core/StatesWithTransitionsImpl.as @@ -74,8 +74,6 @@ package org.apache.royale.core */ private static const PSEUDONYMS:Object = { - width: "explicitWidth", - height: "explicitHeight", currentState: "currentStateDeferred" };
