mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
move example apps, add render_lines to scrollview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user