mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
New == syntax
This commit is contained in:
parent
4d8e859e8f
commit
bdfcfccbe5
73 changed files with 419 additions and 391 deletions
|
@ -110,7 +110,7 @@ class LabelAppearance:
|
|||
#
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue