active tool could be grey on return from open dialog; fix

This commit is contained in:
Albert Cahalan 2005-01-01 06:57:53 +00:00
parent 2515f630af
commit 4a1a704ca0

View file

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