From b0d0233cbf128e5be507339cf589d0e5813ef0fd Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 17 Oct 2009 18:31:36 +0000 Subject: adding rescale option --- (limited to 'tawindow.py') 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 -- cgit v0.9.1