mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove debug
This commit is contained in:
@@ -569,6 +569,7 @@ class Compositor:
|
||||
else:
|
||||
render_x = render_region.x
|
||||
relative_cuts = [cut - render_x for cut in final_cuts]
|
||||
# print(relative_cuts)
|
||||
_, *cut_segments = divide(line, relative_cuts)
|
||||
|
||||
# Since we are painting front to back, the first segments for a cut "wins"
|
||||
|
||||
Reference in New Issue
Block a user