Skip to content

Commit 34e54e0

Browse files
committed
Updated Collectable Skin
1 parent 66cb777 commit 34e54e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ElvUI/Mainline/Modules/Skins/Collectables.lua

+4-3
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,8 @@ local function SetsFrame_ScrollBoxUpdate(button)
260260
if not child.IsSkinned then
261261
child.Background:Hide()
262262
child.HighlightTexture:SetTexture(E.ClearTexture)
263-
child.Icon:SetSize(42, 42)
264-
S:HandleIcon(child.Icon)
265-
child.IconCover:SetOutside(child.Icon)
263+
child.IconFrame.Icon:SetSize(42, 42)
264+
S:HandleIcon(child.IconFrame.Icon)
266265

267266
child.SelectedTexture:SetDrawLayer('BACKGROUND')
268267
child.SelectedTexture:SetColorTexture(1, 1, 1, .25)
@@ -296,6 +295,7 @@ end
296295

297296
local function SkinMountFrame()
298297
S:HandleItemButton(_G.MountJournalSummonRandomFavoriteButton)
298+
S:HandleItemButton(_G.MountJournalDynamicFlightModeButton)
299299
S:HandleButton(_G.MountJournalFilterButton)
300300

301301
_G.MountJournalFilterButton:ClearAllPoints()
@@ -530,6 +530,7 @@ local function SkinTransmogFrames()
530530
S:HandleEditBox(_G.WardrobeCollectionFrameSearchBox)
531531
_G.WardrobeCollectionFrameSearchBox:SetFrameLevel(5)
532532

533+
S:HandleDropDownBox(_G.WardrobeCollectionFrame.ClassDropDown, 145)
533534
S:HandleButton(WardrobeCollectionFrame.FilterButton)
534535
WardrobeCollectionFrame.FilterButton:Point('LEFT', WardrobeCollectionFrame.searchBox, 'RIGHT', 2, 0)
535536
S:HandleCloseButton(WardrobeCollectionFrame.FilterButton.ResetButton)

0 commit comments

Comments
 (0)