Sometimes the progress bar gets keeps statically showing when returning to foreground.

This commit is contained in:
Pere Pujal i Carabantes 2020-05-06 19:47:02 +02:00
parent 2a430c0dc0
commit ba19100fb9

View file

@ -2424,6 +2424,7 @@ static void mainloop(void)
unlink(fname);
free(fname);
}
redraw_tux_text();
}
#endif
else if (event.type == SDL_WINDOWEVENT)