mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 00:14:28 +01:00
...
This commit is contained in:
parent
fd08608ba5
commit
94c28fc92d
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ def for_boundary(r, ans):
|
|||
|
||||
for_boundary(start, ans.start)
|
||||
for_boundary(end, ans.end)
|
||||
ans.start.is_empty = ans.start.height > 0
|
||||
ans.end.is_empty = ans.end.height > 0
|
||||
ans.start.is_empty = ans.start.height <= 0
|
||||
ans.end.is_empty = ans.end.height <= 0
|
||||
return ans
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue