Fixing a few warnings

This commit is contained in:
2025-05-23 16:12:33 +02:00
parent a78377741c
commit ad725ba9d9
22 changed files with 128 additions and 86 deletions
+1
View File
@@ -54,6 +54,7 @@ class Element {
case InnerDisplayType::Flow:
flowLayout();
break;
default:break;
}
}
// normal flow of the elements, inline elements go left to right, blocks get their own new lines