fix a segfault
This commit is contained in:
parent
b6897feb40
commit
05d1a86eff
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ static void menu_entry_frame_render(ObMenuEntryFrame *self)
|
||||||
text_a->texture[0].data.text.string = sub ? sub->title : "";
|
text_a->texture[0].data.text.string = sub ? sub->title : "";
|
||||||
break;
|
break;
|
||||||
case OB_MENU_ENTRY_TYPE_SEPARATOR:
|
case OB_MENU_ENTRY_TYPE_SEPARATOR:
|
||||||
|
text_a = self->a_text_normal;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue