YorkShen commented on a change in pull request #1664: 
[WEEX-653][android][iOS][core] Total platform support rtl direction by CSS 
"direction:rtl"
URL: https://github.com/apache/incubator-weex/pull/1664#discussion_r233385041
 
 

 ##########
 File path: weex_core/Source/core/render/page/render_page.cpp
 ##########
 @@ -277,13 +278,16 @@ bool RenderPage::UpdateStyle(
                   flag = true;
               });
           break;
+          case kTypeInheritableLayout:
+              inheriableLayout = true;
+              break;
         default: break;
       }
     }
   }
 
   if (style != nullptr || margin != nullptr || padding != nullptr ||
-      border != nullptr)
+      border != nullptr || inheriableLayout)
 
 Review comment:
   Explain to me, thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to