removed refresh which will be called after anyway

This commit is contained in:
Dobrica Pavlinusic
2012-09-25 15:39:13 +02:00
parent 01b1f5ba66
commit 16c5171432

View File

@@ -1395,7 +1395,6 @@ function UniReader:show(no)
local x,y,w,h = self:zoomedRectCoordTransform( link.x0,link.y0, link.x1,link.y1 )
if link.page then -- skip non-page links
fb.bb:invertRect(x,y+h-2, w,1)
fb:refresh(1, x,y+h-2, w,1)
end
end