app: initialize GimpPaintTool::snap_brush field

This commit is contained in:
Ell 2020-02-05 21:33:05 +02:00
parent 499834a1cb
commit 272fa300aa
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ gimp_paint_tool_init (GimpPaintTool *paint_tool)
paint_tool->show_cursor = TRUE;
paint_tool->draw_brush = TRUE;
paint_tool->snap_brush = FALSE;
paint_tool->draw_fallback = FALSE;
paint_tool->fallback_size = 0.0;
paint_tool->draw_circle = FALSE;