Skip to content

Commit

Permalink
fixed color picker full mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyCalla committed May 1, 2024
1 parent 375ff79 commit 0a1d332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qmlui/qml/ColorToolFull.qml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Rectangle
bSpin.value = b*/

currentRGB = Qt.rgba(r / 255, g / 255, b / 255, 1.0)
colorChanged(currentRGB.r, currentRGB.g, currentRGB.b, currentWAUV.r, currentWAUV.g, currentWAUV.b)
}

onPressed: setPickedColor(mouse)
Expand Down

0 comments on commit 0a1d332

Please sign in to comment.