From 13c69be0bf904701cbad9c5f9584ba4ffdb298b1 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Wed, 24 Oct 2012 20:08:12 +0000 Subject: Fix pick tool - SL #4077 Signed-off-by: Gonzalo Odiard --- 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. -- cgit v0.9.1