From 4d3b7279db9d40299192289046af5738a8d4e5bd Mon Sep 17 00:00:00 2001 From: jvr Date: Fri, 10 Aug 2001 22:17:34 +0000 Subject: [PATCH] work around MacPython 2.1 incompatibility git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@164 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/ttLib/macUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/ttLib/macUtils.py b/Lib/fontTools/ttLib/macUtils.py index cf4867277..8a92e669d 100644 --- a/Lib/fontTools/ttLib/macUtils.py +++ b/Lib/fontTools/ttLib/macUtils.py @@ -59,7 +59,7 @@ class ProgressBar: self.bar.label(text) def close(self): - self.bar.d.HideWindow() + self.bar.d = None del self.bar