forked from organicmaps/organicmaps-tmp
Fixed black background reading from styles
This commit is contained in:
parent
54d0f4a10e
commit
61b3323abb
1 changed files with 3 additions and 6 deletions
|
@ -481,13 +481,10 @@ void RulesHolder::InitBackgroundColors(ContainerProto const & cont)
|
|||
{
|
||||
// Take the color of the draw element
|
||||
AreaRuleProto const & rule = de.area();
|
||||
if (rule.color() != 0)
|
||||
{
|
||||
bgColorDefault = rule.color();
|
||||
bgColorDefault = rule.color();
|
||||
|
||||
if (de.scale() != 0)
|
||||
bgColorForScale.insert(make_pair(de.scale(), rule.color()));
|
||||
}
|
||||
if (de.scale() != 0)
|
||||
bgColorForScale.insert(make_pair(de.scale(), rule.color()));
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue