This is an automated email from the ASF dual-hosted git repository.
harbs 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 631660f Commented out function causing a VerifyError: Error #1053 in
Flash Debug Player; function doesn't seem to be implemented, anyway.
new be76181 Merge pull request #958 from
estanglerbm/verifyerror-functionsignature
631660f is described below
commit 631660f016cd7e9df10b1017441b5719ad6a70da
Author: Edward Stangler <[email protected]>
AuthorDate: Sun Nov 29 01:44:51 2020 -0600
Commented out function causing a VerifyError: Error #1053 in Flash Debug
Player; function doesn't seem to be implemented, anyway.
---
.../src/main/royale/spark/components/supportClasses/GroupBase.as | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/GroupBase.as
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/GroupBase.as
index 5ea467c..49e34ca 100644
---
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/GroupBase.as
+++
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/GroupBase.as
@@ -1442,9 +1442,8 @@ public class GroupBase extends UIComponent implements
ILayoutParent, IContainer,
/**
* @private
*/
- override public function globalToLocal(point:Point):Point
+ /* override public function globalToLocal(point:Point):Point
{
- /*
if (resizeMode == ResizeMode.SCALE && _layoutFeatures != null)
{
// If resize mode is scale, then globalToLocal shouldn't account
for
@@ -1468,9 +1467,8 @@ public class GroupBase extends UIComponent implements
ILayoutParent, IContainer,
{
return super.globalToLocal(point);
}
- */
return null;
- }
+ } */
/**
* @private