mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
fd08608ba5
commit
94c28fc92d
@ -84,8 +84,8 @@ def range_extents(start, end, in_flow_mode):
|
|||||||
|
|
||||||
for_boundary(start, ans.start)
|
for_boundary(start, ans.start)
|
||||||
for_boundary(end, ans.end)
|
for_boundary(end, ans.end)
|
||||||
ans.start.is_empty = ans.start.height > 0
|
ans.start.is_empty = ans.start.height <= 0
|
||||||
ans.end.is_empty = ans.end.height > 0
|
ans.end.is_empty = ans.end.height <= 0
|
||||||
return ans
|
return ans
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user