consistent highlight color
This commit is contained in:
@@ -105,7 +105,7 @@ function M.new(parent, on_click, selected)
|
||||
local highlight = row:CreateTexture()
|
||||
highlight:SetAllPoints(row)
|
||||
highlight:Hide()
|
||||
highlight:SetTexture(1, .9, 0, .5)
|
||||
highlight:SetTexture(1, .9, 0, .3)
|
||||
row.highlight = highlight
|
||||
|
||||
rows[row_index] = row
|
||||
|
||||
+1
-1
@@ -246,7 +246,7 @@ local methods = {
|
||||
end
|
||||
local highlight = row:CreateTexture()
|
||||
highlight:SetAllPoints()
|
||||
highlight:SetTexture(1, .9, 0, .5)
|
||||
highlight:SetTexture(1, .9, 0, .3)
|
||||
highlight:Hide()
|
||||
row.highlight = highlight
|
||||
row.st = self
|
||||
|
||||
Reference in New Issue
Block a user