From 4a1a704ca0e071e84442972d2c506c119305a4b5 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Sat, 1 Jan 2005 06:57:53 +0000 Subject: [PATCH] active tool could be grey on return from open dialog; fix --- src/tuxpaint.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 70b6e6bb3..ec08957b8 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -7693,6 +7693,8 @@ static void draw_toolbar(void) if (i == cur_tool) { SDL_BlitSurface(img_btn_down, NULL, screen, &dest); + SDL_BlitSurface(img_black, NULL, img_tools[i], NULL); + SDL_BlitSurface(img_black, NULL, img_tool_names[i], NULL); } else if (tool_avail[i]) {