Mass: fix a bug that prevented global styles from being read.
This commit is contained in:
parent
572585e648
commit
6208825aa6
1 changed files with 0 additions and 1 deletions
|
@ -832,7 +832,6 @@ void Mass::getGlobalStyles() {
|
|||
|
||||
if(global_styles->items.size() != _globalStyles.size()) {
|
||||
_globalStyles = Containers::Array<CustomStyle>{global_styles->items.size()};
|
||||
return;
|
||||
}
|
||||
|
||||
getCustomStyles(_globalStyles, global_styles);
|
||||
|
|
Loading…
Reference in a new issue