TextBoxWidget: Unbreak Wikipedia (bis) (#8298)

re: https://github.com/koreader/koreader/pull/8275#issuecomment-933744596
pull/8305/head
NiLuJe 3 years ago committed by GitHub
parent 6b5cf63d07
commit 75706ca0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1143,8 +1143,9 @@ function TextBoxWidget:free(full)
-- logger.dbg("TextBoxWidget:_xtext:free()")
end
-- c.f., :_splitToLines
self.vertical_string_list = {}
self.line_num_to_image = nil
self.vertical_string_list = nil
end
end

Loading…
Cancel
Save