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/03/18 07:40:50 UTC

[royale-asjs] branch develop updated: Fix top/bottom styles not applying

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 1bf1dae  Fix top/bottom styles not applying
     new bfd078f  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
1bf1dae is described below

commit 1bf1dae5eababfdeafef1e999f6806f959023972
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Mon Mar 16 14:31:47 2020 +0200

    Fix top/bottom styles not applying
---
 .../Core/src/main/royale/org/apache/royale/core/AllCSSValuesImpl.as     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/AllCSSValuesImpl.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/AllCSSValuesImpl.as
index d53feb5..16775b6 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/AllCSSValuesImpl.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/AllCSSValuesImpl.as
@@ -84,6 +84,8 @@ package org.apache.royale.core
         protected var lengthProps:Array = [
             "width",
             "height",
+            "top",
+            "bottom",
             "margin",
             "padding",
             "borderWidth",