[gimp] app: initialize GimpPaintTool::snap_brush field
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: initialize GimpPaintTool::snap_brush field
- Date: Wed, 5 Feb 2020 19:37:47 +0000 (UTC)
commit 272fa300aac28aba7134303368c27f34991f1622
Author: Ell <ell_se yahoo com>
Date: Wed Feb 5 21:33:05 2020 +0200
app: initialize GimpPaintTool::snap_brush field
app/tools/gimppainttool.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/app/tools/gimppainttool.c b/app/tools/gimppainttool.c
index 521688dea0..90b375ed58 100644
--- a/app/tools/gimppainttool.c
+++ b/app/tools/gimppainttool.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]