Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Area.py2
-rw-r--r--toolbox.py2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/toolbox.py b/toolbox.py
index 9a87810..0e323c9 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -660,7 +660,7 @@ class ShapesToolbar(gtk.Toolbar):
'stroke color': None,
'line shape': 'circle',
'fill': True,
- 'vertices': 5}
+ 'vertices': 6}
_SHAPE_RECTANGLE = {'name': 'rectangle',
'line size': 2,