Don't stop style parsing on unknown property (#10143)
This commit is contained in:
parent
3f702fa1a9
commit
da71313e1d
@ -2562,7 +2562,7 @@ bool GUIFormSpecMenu::parseStyle(parserData *data, const std::string &element, b
|
||||
<< "'" << std::endl;
|
||||
property_warned.insert(propname);
|
||||
}
|
||||
return false;
|
||||
continue;
|
||||
}
|
||||
|
||||
spec.set(prop, value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user