fix all the tests

This commit is contained in:
Qingping Hou
2016-04-18 23:50:36 -07:00
parent a049eddcbc
commit c22a3747d8
24 changed files with 230 additions and 138 deletions

View File

@@ -255,7 +255,6 @@ function ReaderHighlight:onHoldPan(_, ges)
return true
end
local page_area = self.view:getScreenPageArea(self.hold_pos.page)
DEBUG("current page area", page_area)
if ges.pos:notIntersectWith(page_area) then
DEBUG("not inside page area", ges, page_area)
return true