You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2020/11/25 19:41:19 UTC

[royale-asjs] branch develop updated: SparkRoyale: Make clipAndEnableScrolling true default temporary - discussing more proper approach - it helps properly working stuff in JS

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

piotrz 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 b31bc50  SparkRoyale: Make clipAndEnableScrolling true default temporary - discussing more proper approach - it helps properly working stuff in JS
b31bc50 is described below

commit b31bc50f9b6249be89c6de092428b1ee38523a69
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Wed Nov 25 20:41:05 2020 +0100

    SparkRoyale: Make clipAndEnableScrolling true default temporary - discussing more proper approach - it helps properly working stuff in JS
---
 .../src/main/royale/spark/components/supportClasses/GroupBase.as        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3c36a34..939079e 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
@@ -759,7 +759,7 @@ public class GroupBase extends UIComponent implements ILayoutParent, IContainer,
     //  clipAndEnableScrolling
     //----------------------------------
 
-    private var _clipAndEnableScrolling:Boolean = false;
+    private var _clipAndEnableScrolling:Boolean = true;
     
     /**
      *  @copy spark.core.IViewport#clipAndEnableScrolling