yishayw commented on a change in pull request #1135:
URL: https://github.com/apache/royale-asjs/pull/1135#discussion_r739856757



##########
File path: 
frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
##########
@@ -991,9 +973,7 @@ public class SkinnableContainer extends 
SkinnableContainerBase implements IConta
         
         dispatchEvent(new Event("beadsAdded"));
         dispatchEvent(new Event("initComplete"));
-        if ((isHeightSizedToContent() || !isNaN(explicitHeight)) &&
-            (isWidthSizedToContent() || !isNaN(explicitWidth)))
-            dispatchEvent(new Event("layoutNeeded"));

Review comment:
       Why are these conditions no longer necessary?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to