mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
*** empty log message ***
This commit is contained in:
parent
a2a181a6a3
commit
17fca179bc
4 changed files with 12 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue