update comment about reverting full refresh in onPanRelease

This commit is contained in:
chrox
2014-12-03 18:37:00 +08:00
parent 35545169a6
commit b0e2ce2a8b

View File

@@ -344,7 +344,7 @@ function ReaderPaging:onPanRelease(arg, ges)
end
else
self.last_pan_relative_y = 0
-- trigger partial refresh
-- trigger full refresh to clear ghosting generated by previous fast refresh
UIManager:setDirty(nil, "full")
end
end