From fa55888e3d4ff13e309eb381f393db31a61203e8 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Tue, 08 Feb 2011 12:52:01 +0000 Subject: Set the default number of vertices in the polygon tool to 6 - OLPC #10554 That is to be coherent with the icon in the toolbar. --- (limited to 'Area.py') diff --git a/Area.py b/Area.py index f0bbf2a..92f3f29 100644 --- a/Area.py +++ b/Area.py @@ -195,7 +195,7 @@ class Area(gtk.DrawingArea): self.undo_list = [] ##Number of sides for regular polygon - self.vertices = 5 + self.vertices = 6 ##Shapes will be filled or not? self.fill = True -- cgit v0.9.1