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 21:03:55 UTC

[GitHub] aharui closed pull request #165: GradientEntry Constructor Deleted

aharui closed pull request #165: GradientEntry Constructor Deleted
URL: https://github.com/apache/royale-asjs/pull/165
 
 
   

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/GradientEntry.as b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/GradientEntry.as
index 361ab93e5..759ef5409 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/GradientEntry.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/GradientEntry.as
@@ -83,8 +83,7 @@ public class GradientEntry extends org.apache.royale.graphics.GradientEntry
                                   ratio:Number = NaN,
                                   alpha:Number = 1.0)
     {
-        super();
-
+        super(color,ratio,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