This is an automated email from the ASF dual-hosted git repository.
alinakazi 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 1710d84 Update SolidColor.as
1710d84 is described below
commit 1710d841442989e424d66547a055d2a9c55ae48d
Author: alinakazi <[email protected]>
AuthorDate: Thu Jun 7 13:31:19 2018 +0500
Update SolidColor.as
---
.../projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 d92ae7c..72c8069 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as
@@ -20,9 +20,9 @@ package mx.graphics
{
import mx.graphics.IFill;
import org.apache.royale.graphics.SolidColor;
- public class SolidColor extends org.apache.royale.graphics.SolidColor
+ public class SolidColor extends org.apache.royale.graphics.SolidColor
implements IFill
{
- public function SolidColor(color:uint = 0x000000, alpha:Number = 1.0)
+ public function SolidColor(color:uint = 0x000000, alpha:Number
= 1.0)
{
super(color,alpha);
}
--
To stop receiving notification emails like this one, please contact
[email protected].