entry ending box should tick
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-07-21 00:15:33 -07:00
commit 2c19489acd
3 changed files with 78 additions and 31 deletions

View file

@ -262,9 +262,10 @@ static MwWidget MwCreateWidget_Internal(MwClass widget_class, const char* name,
h->opaque = NULL;
h->user = NULL;
h->top_step = 0;
h->draw_queue = NULL;
h->resize_queue = NULL;
h->top_step = 0;
h->draw_queue = NULL;
h->resize_queue = NULL;
h->monitored_entries = NULL;
if(parent == NULL) arrput(h->tick_list, h);