Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 63c4070..005273c 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -131,12 +131,13 @@ def twNew(win, path, lang, parent=None):
tw.hide = False
tw.palette = True
select_category(tw, tw.selbuttons[0])
+ tw.coord_scale = 1
tw.turtle = tNew(tw,tw.width,tw.height)
tw.lc = lcNew(tw)
tw.buddies = []
tw.dx = 0
tw.dy = 0
- tw.Cartesian = False
+ tw.cartesian = False
tw.polar = False
return tw