This is an automated email from the ASF dual-hosted git repository.

aharui 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 5843e30  Panel needs its styles
5843e30 is described below

commit 5843e30071bcce0160cfe7103a095a7f314e3515
Author: Alex Harui <aha...@apache.org>
AuthorDate: Fri Aug 10 10:53:04 2018 -0700

    Panel needs its styles
---
 frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as
index 232af0d..9b2e0ba 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as
@@ -527,6 +527,7 @@ public class Panel extends Container
     public function Panel()
     {
         super();
+        typeNames += " Panel";
     }
     
     
//--------------------------------------------------------------------------

Reply via email to