Skip to content

Commit 443512d

Browse files
committed
Fix setter name
1 parent b81f703 commit 443512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

displayio_cartesian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def fill_area(self) -> bool:
612612
return self._fill_area
613613

614614
@fill_area.setter
615-
def fill_area_under(self, setting: bool) -> None:
615+
def fill_area(self, setting: bool) -> None:
616616
self._fill_area = setting
617617

618618
def add_plot_line(self, x: int, y: int) -> None:

0 commit comments

Comments
 (0)