From 302223ce79c506af800dc4ba1af0eab12c5ad8d8 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 28 Aug 2006 00:09:41 +0000 Subject: [PATCH] Forcing color toolbar to reappear after exiting slideshow. --- src/tuxpaint.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 38cd4e1f8..906c971e1 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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, "