entry ending box should tick
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
80e3d25147
commit
2c19489acd
3 changed files with 78 additions and 31 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue