FS-7515: reset img on reset

This commit is contained in:
Anthony Minessale 2015-04-17 17:30:16 -05:00 committed by Michael Jerris
parent 34b3804413
commit d51d4e3c8d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}