You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/10/26 16:03:15 UTC

[royale-asjs] branch develop updated: MXRoyale swf was still failing, should fix it

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

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 94f12ed  MXRoyale swf was still failing, should fix it
94f12ed is described below

commit 94f12ed0e564b0b443834400dc2fc06d61b90a8a
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Mon Oct 26 16:01:44 2020 +0000

    MXRoyale swf was still failing, should fix it
---
 .../projects/MXRoyale/src/main/royale/mx/graphics/BitmapFill.as     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/BitmapFill.as b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/BitmapFill.as
index d1ac1b1..baa64a6 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/BitmapFill.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/BitmapFill.as
@@ -1054,8 +1054,8 @@ public class BitmapFill extends EventDispatcher implements IFill // not implemen
      *  @private
      *  Utility function that sets the underlying bitmapData property.
      */
-    private function setBitmapData(bitmapData:BitmapData, internallyCreated:Boolean = false):void
-    {         
+    //private function setBitmapData(bitmapData:Object, internallyCreated:Boolean = false):void
+    //{         
         //// Clear previous bitmapData
         //if (_bitmapData)
         //{
@@ -1069,7 +1069,7 @@ public class BitmapFill extends EventDispatcher implements IFill // not implemen
         //_bitmapData = bitmapData;
         //
         //dispatchFillChangedEvent("bitmapData", null, null);
-    }
+    //}
 }
 
 }