Tested on XO-1.5 with Sugar 0.84.  Produces the expected result "When
user selects different sizes, image thickness should change based on the
pencil size selection."

I suggest you fix your git config to include a real e-mail address for
your patches, rather than <gonz...@aronax.(none)>

        git config --global user.email godi...@gmail.com

Your patch was also whitespace corrupted.  Fixed patch below.

Tested-by: James Cameron <qu...@laptop.org>
Reviewed-by: James Cameron <qu...@laptop.org>

>From 125a5dc57ab03bb8ac22cbcf259ede6b6857a338 Mon Sep 17 00:00:00 2001
From: Gonzalo Odiard <gonz...@aronax.(none)>
Date: Mon, 17 May 2010 22:47:47 -0300
Subject: [PATCH] fix #1902

---
 Area.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Area.py b/Area.py
index 1e5248d..613e66e 100644
--- a/Area.py
+++ b/Area.py
@@ -350,7 +350,7 @@ class Area(gtk.DrawingArea):
                         
         if state & gtk.gdk.BUTTON1_MASK and self.pixmap != None:
             if self.tool['name'] == 'pencil':
-                self.d.brush(widget, coords, self.last, 2, 'circle')
+                self.d.brush(widget, coords, self.last, self.line_size, 
'circle')
                 self.last = coords
             elif self.tool['name'] == 'eraser':
                 self.d.eraser(widget, coords, self.last, self.line_size, 
self.tool['line shape'])
-- 
1.7.1

-- 
James Cameron
http://quozl.linux.org.au/
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to