Fixed an issue where parsing of theme include files would stop if non-existing include files were defined using variables

This commit is contained in:
Leon Styhre 2023-10-31 19:25:36 +01:00
parent abd632b343
commit f22af4afa9

View file

@ -1467,7 +1467,7 @@ void ThemeData::parseIncludes(const pugi::xml_node& root)
#endif #endif
""); "");
} }
return; continue;
} }
} }