Hi Alina,

Why was this change made?  I don't see rawChildren in the API list.  I am 
taking it out again as it broke some tests.  Let me know why you need it before 
adding it.

Thanks,
-Alex

On 6/27/18, 12:26 AM, "alinak...@apache.org" <alinak...@apache.org> wrote:

    This is an automated email from the ASF dual-hosted git repository.
    
    alinakazi pushed a commit to branch feature/MXRoyale
    in repository 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C4b3ed7c5b1db414b784c08d5dbff4da3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636656811921194148&sdata=lnI5DxFY6JqsEE38dy5GNC%2BeM%2BAiVaSqmAgxh9Fs5Eg%3D&reserved=0
    
    
    The following commit(s) were added to refs/heads/feature/MXRoyale by this 
push:
         new b9a9b54  Update SystemManager.as
    b9a9b54 is described below
    
    commit b9a9b54082f28e2a099a584eca12adbe3c925069
    Author: alinakazi <alinakazi1...@gmail.com>
    AuthorDate: Wed Jun 27 12:26:26 2018 +0500
    
        Update SystemManager.as
    ---
     .../MXRoyale/src/main/royale/mx/managers/SystemManager.as        | 9 
+++++----
     1 file changed, 5 insertions(+), 4 deletions(-)
    
    diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
    index db2ad6d..14fa67f 100644
    --- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
    +++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
    @@ -1296,16 +1296,17 @@ public class SystemManager
          *  @playerversion AIR 1.1
          *  @productversion Royale 0.9.4
          */
    -    /* public function get rawChildren():IChildList
    +     public function get rawChildren():IChildList
         {
             //if (!topLevel)
             //  return _topLevelSystemManager.rawChildren;
     
    -        if (!_rawChildren)
    +       /*  if (!_rawChildren)
                 _rawChildren = new SystemRawChildrenList(this);
     
    -        return _rawChildren;
    -    } */
    +        return _rawChildren; */
    +           return null;
    +    } 
     
         
//--------------------------------------------------------------------------
         //  screen
    
    

Reply via email to