(fix/Groups) Dynamic Group and Group Thumbnails Also Use SetTextureOrSpellTexture
This commit is contained in:
@@ -699,7 +699,7 @@ end
|
||||
local function modifyThumbnail(parent, frame, data)
|
||||
function frame:SetIcon()
|
||||
if data.groupIcon then
|
||||
local success = frame.icon:SetTexture(data.groupIcon)
|
||||
local success = OptionsPrivate.Private.SetTextureOrSpellTexture(frame.icon, data.groupIcon)
|
||||
if success then
|
||||
if frame.defaultIcon then
|
||||
frame.defaultIcon:Hide()
|
||||
|
||||
Reference in New Issue
Block a user