Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-10-17 15:17:10 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-17 15:17:10 (GMT)
commit598ae9a19b6939706b220c0c5ea47bf7a533e1f3 (patch)
treee93001444fda2894dd4f8ebefa1f2fd25981c3dc /tawindow.py
parent84a9eecceca98a9df6f429ecb8d06c749ef292eb (diff)
display polar coordinates
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tawindow.py b/tawindow.py
index e41af70..fb9afcd 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -137,6 +137,7 @@ def twNew(win, path, lang, parent=None):
tw.dx = 0
tw.dy = 0
tw.Cartesian = False
+ tw.polar = False
return tw
#