mirror of https://github.com/GNOME/gimp.git
app: initialize GimpPaintTool::snap_brush field
This commit is contained in:
parent
499834a1cb
commit
272fa300aa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue