Skip to content

Commit baeccd1

Browse files
committed
fix extra divider line removal
1 parent 5640f60 commit baeccd1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adafruit_displayio_layout/layouts/grid_layout.py

-3
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ def _layout_cells(self) -> None:
303303
x=_right_line_loc_x,
304304
)
305305

306-
for line_obj in self._divider_lines:
307-
self.remove(line_obj["rect"])
308-
309306
"""
310307
Only use bottom divider lines on the bottom row. All
311308
other rows rely on top divder lines of the row beneath them.

0 commit comments

Comments
 (0)