Skip to content

Commit

Permalink
Prevented squash palette button from lowing max (#4569)
Browse files Browse the repository at this point in the history
  • Loading branch information
christof-wittreich authored Aug 16, 2023
1 parent 7fb219d commit 619f568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/components/layer/settings/palette-threshold.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PaletteThreshold extends React.Component {
setRange(
layerId,
parseFloat(palette.entries.refs.indexOf(startIndex)),
parseFloat(palette.entries.refs.indexOf(endIndex)),
parseFloat(palette.entries.refs.lastIndexOf(endIndex)),
isSquashed,
index,
groupName,
Expand Down

0 comments on commit 619f568

Please sign in to comment.