FS-7515: reset img on reset
This commit is contained in:
parent
34b3804413
commit
d51d4e3c8d
|
@ -319,6 +319,7 @@ static void set_ticker(cv_context_t *context, const char *fg, const char *bg, co
|
|||
context->ticker->tpos = NULL;
|
||||
context_render_text(context, context->ticker, context->ticker->text);
|
||||
context->tick_x = context->w;
|
||||
switch_img_free(&context->ticker_img);
|
||||
context->ticker_ready = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue