commit | bdfcfccbe591e15221f35add01132174c9b4e669 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jan 01 19:35:13 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jan 01 19:35:13 1992 +0000 |
tree | 7e5f0d52b8c44e623b12e8f4b5cd645c361e5aeb | |
parent | 4d8e859e8f0a209a7e999ce9cc0988156c795949 [diff] [blame] |
New == syntax
diff --git a/Lib/stdwin/Buttons.py b/Lib/stdwin/Buttons.py index 949e128..d1435d3 100755 --- a/Lib/stdwin/Buttons.py +++ b/Lib/stdwin/Buttons.py
@@ -110,7 +110,7 @@ # def draw(self, (d, area)): area = _rect.intersect(area, self.bounds) - if area = _rect.empty: + if area == _rect.empty: return d.cliprect(area) self.drawit(d)