Forcing color toolbar to reappear after exiting slideshow.

This commit is contained in:
William Kendrick 2006-08-28 00:09:41 +00:00
parent 53ce047918
commit 302223ce79

View file

@ -13167,7 +13167,9 @@ void do_slideshow(void)
SDL_FillRect(screen, NULL, SDL_MapRGB(canvas->format, 255, 255, 255));
draw_toolbar();
draw_colors(COLORSEL_ENABLE);
draw_colors(COLORSEL_CLOBBER);
draw_colors(COLORSEL_REFRESH);
draw_colors(COLORSEL_DISABLE);
draw_none();
freeme = textdir(gettext_noop("Choose the pictures you want, "