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 14:00:32 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-17 14:00:32 (GMT)
commit5463687e5e8a07a22f2f93e1f03c4982a2c7b22c (patch)
treece2506966a8e6d42ecfcfec5809c9f277db8caea /tawindow.py
parentaf1cf67fb043e133e57a18f142c0e9d576646cb5 (diff)
Cartesian coordinates overlay
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 0578909..30ba715 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -136,6 +136,7 @@ def twNew(win, path, lang, parent=None):
tw.buddies = []
tw.dx = 0
tw.dy = 0
+ tw.Cartesian = False
return tw
#