HTML dict: fix continuous scroll with tap (#3587)

pull/3487/merge v2018.01.10-nightly
poire-z 7 years ago committed by GitHub
parent 8c897a086f
commit 7feea4037e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,7 +128,7 @@ function ScrollHtmlWidget:onTapScrollText(arg, ges)
return true
end
else
if self.htmlbox_widget.page_number <= self.htmlbox_widget.page_count then
if self.htmlbox_widget.page_number < self.htmlbox_widget.page_count then
self:scrollText(1)
return true
end

Loading…
Cancel
Save