Cell

Cell

1M Downloads

CELL_BORDER_COLOR has no effect on unit buttons

porch-wow opened this issue ยท 1 comments

commented

f68d811#L10 caused a regression where the CELL_BORDER_COLOR snippet var does not affect unit buttons, as it does not influence the backdrop border color of the frame anymore.

commented

The unit button backdrop border color is being set once when the buttons are created by

button:SetBackdropBorderColor(unpack(CELL_BORDER_COLOR))
but never updated after, and since the snippet code runs after init, the var has no effect. Perhaps PixelPerfect:Reborder should handle it too?