We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317df70 commit 44486f1Copy full SHA for 44486f1
1 file changed
src/gui/css_library.c
@@ -561,6 +561,7 @@ LCUI_StyleListNode StyleList_AddNode(LCUI_StyleList list, int key)
561
node = malloc(sizeof(LCUI_StyleListNodeRec));
562
node->key = key;
563
node->style.is_valid = FALSE;
564
+ node->style.type = LCUI_STYPE_NONE;
565
node->node.data = node;
566
LinkedList_AppendNode(list, &node->node);
567
return node;
0 commit comments