mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
New == syntax
This commit is contained in:
parent
4d8e859e8f
commit
bdfcfccbe5
73 changed files with 419 additions and 391 deletions
|
@ -51,7 +51,7 @@ class StripChart(LabelAppearance, NoReactivity):
|
|||
#
|
||||
def draw(self, (d, area)):
|
||||
area = rect.intersect(area, self.bounds)
|
||||
if area = rect.empty:
|
||||
if area == rect.empty:
|
||||
return
|
||||
d.cliprect(area)
|
||||
d.erase(self.bounds)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue