Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-10-24 20:08:12 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-10-24 20:08:12 (GMT)
commit13c69be0bf904701cbad9c5f9584ba4ffdb298b1 (patch)
treefec81767ab727df5ffb744200894107101754aed
parentc493b1a4337dd3a66479672ac3b4878f92f659b2 (diff)
Fix pick tool - SL #4077
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--Area.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Area.py b/Area.py
index 260f2d5..f5d62e5 100644
--- a/Area.py
+++ b/Area.py
@@ -456,7 +456,7 @@ class Area(Gtk.DrawingArea):
self.oldx, self.oldy = coords
if self.tool['name'] == 'picker':
- self.pick_color(x, y)
+ self.pick_color(coord_x, coord_y)
if button1_pressed:
#Handle with the left button click event.