fix: mark parent dirty

This commit is contained in:
Simon Hardt
2022-03-06 22:49:12 +01:00
parent 4c70f3440d
commit 9bb296f233
7 changed files with 11 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ int main()
export_font["sizes"] = json::object();
std::vector<uint32_t> sizes =
{12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 100, 250};
{12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 35, 40, 100, 250};
for(auto& size : sizes)
{