Fix missing alpha values for color picker on certain options

Fixes #495
This commit is contained in:
Flamanis
2023-04-11 15:31:40 -05:00
parent 074e0c42e7
commit fa410a7038
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -4498,7 +4498,7 @@ function Details:SetBarSettings(height, texture, colorclass, fixedcolor, backgro
if (fixedcolor) then
local red, green, blue = gump:ParseColors(fixedcolor)
local color = self.row_info.fixed_texture_color
color[1], color[2], color[3], color[4] = red, green, blue, self.row_info.alpha
color[1], color[2], color[3] = red, green, blue
end
--background texture