You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/12/14 07:30:44 UTC

[royale-asjs] branch develop updated: that seems like nothing more than the question it was asking itself.

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

gregdove 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 28c1563  that seems like nothing more than the question it was asking itself.
28c1563 is described below

commit 28c156324e9aac157cfdb964d5fc4c3dd1ffd700
Author: greg-dove <gr...@gmail.com>
AuthorDate: Tue Dec 14 20:30:33 2021 +1300

    that seems like nothing more than the question it was asking itself.
---
 frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridRow.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridRow.as b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridRow.as
index 909800f..3d6c024 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridRow.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridRow.as
@@ -348,8 +348,8 @@ public class GridRow extends HBox
      */
     override public function invalidateSize():void
     {
-        if (ROYALE::DISPLAYOBJECT)
-            trace("this syntax is valid?");
+        /*if (ROYALE::DISPLAYOBJECT)
+            trace("this syntax is valid?");*/
         
         super.invalidateSize();
         if (parent)