diff -r b459361d98ad -r ccde46662db7 ui/common/toolbar.c --- a/ui/common/toolbar.c Wed Dec 17 18:31:20 2025 +0100 +++ b/ui/common/toolbar.c Thu Dec 18 17:50:15 2025 +0100 @@ -42,7 +42,7 @@ void uic_toolbar_init(void) { toolbar_items = cxHashMapCreate(cxDefaultAllocator, CX_STORE_POINTERS, 16); for(int i=0;i<8;i++) { - toolbar_defaults[i] = cxLinkedListCreateSimple(CX_STORE_POINTERS); + toolbar_defaults[i] = cxLinkedListCreate(NULL, CX_STORE_POINTERS); } }