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]) {