Skip to content

Commit

Permalink
qmlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 15, 2025
1 parent fcdd9c6 commit 7f38f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/filters/gradientmap/ui.qml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Item {
to: stops.length
stepSize: 1
onValueChanged: {
stopPosition.value = stops[value - 1].position * 100
stopPosition.value = stops[value - 1].position * 100;
stopColor.color = stops[stopSpinner.value - 1].color;
}
}
Expand Down

0 comments on commit 7f38f4e

Please sign in to comment.