Skip to content

Commit

Permalink
Update color bar when right clicking on harmony.
Browse files Browse the repository at this point in the history
  • Loading branch information
behreajj committed Oct 18, 2024
1 parent b33ca82 commit b194408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ok_picker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ local function onMouseUpHarmony(event)
local t8 <const> = floor(alphaActive * 255.0 + 0.5)

updateFromRgba8(r8, g8, b8, t8, useBack)
updateColorBar(false)
updateColorBar(useBack)
active.triggerAlphaRepaint = true
active.triggerAxisRepaint = true
active.triggerCircleRepaint = true
Expand Down

0 comments on commit b194408

Please sign in to comment.