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/16 12:32:09 UTC

[royale-asjs] branch poc 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 poc
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/poc by this push:
     new 4638a2f  Fix top/bottom styles not applying
4638a2f is described below

commit 4638a2f9920fe8f9962a08c36c15abed35712234
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",