*** empty log message ***

This commit is contained in:
Guido van Rossum 1991-05-14 12:13:40 +00:00
parent a2a181a6a3
commit 17fca179bc
4 changed files with 12 additions and 20 deletions

View file

@ -52,7 +52,6 @@ class StripChart() = LabelAppearance(), NoReactivity():
def draw(self, (d, area)):
area = rect.intersect(area, self.bounds)
if area = rect.empty:
print 'mt'
return
d.cliprect(area)
d.erase(self.bounds)