active tool could be grey on return from open dialog; fix
This commit is contained in:
parent
2515f630af
commit
4a1a704ca0
1 changed files with 2 additions and 0 deletions
|
|
@ -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])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue