Skip to content

Commit

Permalink
fix(segmentation): should be able to change color (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Oct 2, 2023
1 parent b2e964e commit 9394787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function _needsTransferFunctionUpdate(
renderFill,
renderOutline,
outlineWidth,
segmentColor,
segmentColor: segmentColor.slice(), // Create a copy
segmentsHidden: new Set(segmentsHidden), // Create a copy
});

Expand Down

0 comments on commit 9394787

Please sign in to comment.