Fill crash solved and some translations Merge branch 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2021-05-09 18:02:11 +02:00
commit 4d27837af0
8 changed files with 99 additions and 84 deletions

View file

@ -4381,6 +4381,7 @@ static void mainloop(void)
else if (cur_tool == TOOL_FILL)
{
cur_fill = cur_thing;
draw_tux_text(TUX_GREAT, fill_tips[cur_fill], 1);
if (do_draw)
draw_fills();
@ -4885,7 +4886,7 @@ static void mainloop(void)
update_canvas(x1, y1, x2, y2);
}
draw_tux_text(TUX_GREAT, tool_tips[TOOL_FILL], 1);
draw_tux_text(TUX_GREAT, fill_tips[cur_fill], 1);
}
}
else if (cur_tool == TOOL_TEXT || cur_tool == TOOL_LABEL)