From fa3a41136ca6345f34b53a1f211926cc1bd8649c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Tue, 29 Jul 2014 18:27:59 +0200 Subject: merge text and icon buckets/styles (we're not yet placing together!) --- src/style/property_fallback.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/style/property_fallback.cpp') diff --git a/src/style/property_fallback.cpp b/src/style/property_fallback.cpp index fb291034e9..4401c8105a 100644 --- a/src/style/property_fallback.cpp +++ b/src/style/property_fallback.cpp @@ -33,6 +33,7 @@ const std::map PropertyFallbackValue::properties = { { PropertyKey::IconTranslateX, defaultStyleProperties().icon.translate[0] }, { PropertyKey::IconTranslateY, defaultStyleProperties().icon.translate[1] }, { PropertyKey::IconTranslateAnchor, defaultStyleProperties().icon.translate_anchor }, + { PropertyKey::TextOpacity, defaultStyleProperties().text.opacity }, { PropertyKey::TextSize, defaultStyleProperties().text.size }, { PropertyKey::TextColor, defaultStyleProperties().text.color }, -- cgit v1.2.1