move example apps, add render_lines to scrollview

This commit is contained in:
Will McGugan
2022-06-08 16:19:17 +01:00
parent b9e1022f6e
commit 53693e6200
20 changed files with 45 additions and 1163 deletions

View File

@@ -139,7 +139,7 @@ class AppTest(App):
x -= region.x
y -= region.y
lines = widget.get_render_lines(y, y + 1)
lines = widget.render_lines(y, y + 1)
if not lines:
return ""
end = 0