You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/04/12 20:54:02 UTC

[GitHub] aharui closed pull request #162: SolidColor Added

aharui closed pull request #162: SolidColor Added
URL: https://github.com/apache/royale-asjs/pull/162
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as
index d6a1e0e7e..d92ae7ce1 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as
@@ -22,7 +22,9 @@ package mx.graphics
 	import org.apache.royale.graphics.SolidColor;
 	public class SolidColor extends org.apache.royale.graphics.SolidColor
 	{
-		
-		
+    public function SolidColor(color:uint = 0x000000, alpha:Number = 1.0)
+	 	{
+			super(color,alpha);
+		}
 	}
 }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services