uncomment

This commit is contained in:
Will McGugan
2022-06-21 11:21:57 +01:00
parent c9591456ea
commit 695e03efca

View File

@@ -275,7 +275,6 @@ class DataTable(ScrollView, Generic[CellType]):
segments = fixed_line + line_crop(scrollable_line, x1 + fixed_width, x2, width)
# line = Segment.adjust_line_length(segments, width, style=base_style)
remaining_width = width - (fixed_width + min(width, (x2 - x1 + fixed_width)))
if remaining_width > 0:
segments.append(Segment(" " * remaining_width, base_style))