Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/board.py b/board.py
index 0889d48..a39c974 100755
--- a/board.py
+++ b/board.py
@@ -175,8 +175,8 @@ class Darts():
y = self._selected_y - 24
self.draw_background(drawing_area)
- self.draw_line(drawing_area, "HORIZONTAL", self._y)
- self.draw_line(drawing_area, "VERTICAL", self._x)
+ self.draw_line(drawing_area, "HORIZONTAL", self._selected_y)
+ self.draw_line(drawing_area, "VERTICAL", self._selected_x)
self.pixmap.draw_pixbuf(None, self.dart_pixbuf, 0, 0, x, y, -1, -1,
gtk.gdk.RGB_DITHER_NONE, 0, 0)