[gimp] app: fix spacing to copy between paint tools



commit 6ef522b38b5f55b01852791d3f57a60072be61aa
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Nov 17 00:01:48 2014 +0200

    app: fix spacing to copy between paint tools

 app/paint/gimppaintoptions.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/paint/gimppaintoptions.c b/app/paint/gimppaintoptions.c
index 237896a..d2ec5bb 100644
--- a/app/paint/gimppaintoptions.c
+++ b/app/paint/gimppaintoptions.c
@@ -814,6 +814,7 @@ gimp_paint_options_copy_brush_props (GimpPaintOptions *src,
   gdouble  brush_size;
   gdouble  brush_angle;
   gdouble  brush_aspect_ratio;
+  gdouble  brush_spacing;
   gboolean brush_zoom;
 
   g_return_if_fail (GIMP_IS_PAINT_OPTIONS (src));
@@ -824,6 +825,7 @@ gimp_paint_options_copy_brush_props (GimpPaintOptions *src,
                 "brush-zoom", &brush_zoom,
                 "brush-angle", &brush_angle,
                 "brush-aspect-ratio", &brush_aspect_ratio,
+                "brush-spacing", &brush_spacing,
                 NULL);
 
   g_object_set (dest,
@@ -831,6 +833,7 @@ gimp_paint_options_copy_brush_props (GimpPaintOptions *src,
                 "brush-zoom", brush_zoom,
                 "brush-angle", brush_angle,
                 "brush-aspect-ratio", brush_aspect_ratio,
+                "brush-spacing", brush_spacing,
                 NULL);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]