Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Traverse expression tree when checking for property overrides #14259

Merged
merged 1 commit into from
Mar 28, 2019

Commits on Mar 28, 2019

  1. [core] Traverse expression tree when checking for property overrides

    Before this change, symbol layer was only checking whether top level
    'text-field' layout property expression is FormatExpression and if it
    has paint property overrides. This change takes into account that
    'text-field' might have nested expressions, thus, requires traversal
    over child expressions.
    
    Fixes: #14254
    alexshalamov committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    341058c View commit details
    Browse the repository at this point in the history