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

pent 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 b31af2a  Tried using a different typeNames value; resetting to Button.
b31af2a is described below

commit b31af2ab335a48aee6d2d69e86efb5531ec29cb8
Author: Peter Ent <p...@apache.org>
AuthorDate: Tue Mar 13 17:22:27 2018 -0400

    Tried using a different typeNames value; resetting to Button.
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as
index cdad3f9..576035c 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as
@@ -249,7 +249,7 @@ public class Button extends UIComponent implements 
IDataRenderer
        public function Button()
        {
                super();
-               typeNames = "ImageAndTextButton";
+               typeNames = "Button";
        }
        
        // ------------------------------------------------
@@ -558,7 +558,7 @@ public class Button extends UIComponent
     public function Button()
     {
         super();
-        typeNames = "ImageAndTextButton";
+        typeNames = "Button";
     }
 
     
//--------------------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
p...@apache.org.

Reply via email to