fix: start position of cursor

pull/2/merge
Qingping Hou 12 years ago
parent 5d087d0a84
commit 74d1760260

@ -164,7 +164,7 @@ function DJVUReader:startHighLightMode()
local function _findFirstWordInView(t)
for i=1, #t, 1 do
if self:_isWordInScreenHeightRange(t[i][1]) then
if self:_isWordInScreenRange(t[i][1]) then
return i, 1
end
end

Loading…
Cancel
Save