Skip to content

Commit

Permalink
Fix getFillColor() implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Sep 30, 2024
1 parent 74d643e commit e3dd7ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ public byte getFillValue() {

@Override
public Byte getFillColor() {
Byte color = getFillColor();
Byte color = super.getFillColor();
if (color != null) {
return color;
}
Expand Down

0 comments on commit e3dd7ca

Please sign in to comment.