@@ -260,9 +260,8 @@ local function SetsFrame_ScrollBoxUpdate(button)
260
260
if not child .IsSkinned then
261
261
child .Background :Hide ()
262
262
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 )
266
265
267
266
child .SelectedTexture :SetDrawLayer (' BACKGROUND' )
268
267
child .SelectedTexture :SetColorTexture (1 , 1 , 1 , .25 )
296
295
297
296
local function SkinMountFrame ()
298
297
S :HandleItemButton (_G .MountJournalSummonRandomFavoriteButton )
298
+ S :HandleItemButton (_G .MountJournalDynamicFlightModeButton )
299
299
S :HandleButton (_G .MountJournalFilterButton )
300
300
301
301
_G .MountJournalFilterButton :ClearAllPoints ()
@@ -530,6 +530,7 @@ local function SkinTransmogFrames()
530
530
S :HandleEditBox (_G .WardrobeCollectionFrameSearchBox )
531
531
_G .WardrobeCollectionFrameSearchBox :SetFrameLevel (5 )
532
532
533
+ S :HandleDropDownBox (_G .WardrobeCollectionFrame .ClassDropDown , 145 )
533
534
S :HandleButton (WardrobeCollectionFrame .FilterButton )
534
535
WardrobeCollectionFrame .FilterButton :Point (' LEFT' , WardrobeCollectionFrame .searchBox , ' RIGHT' , 2 , 0 )
535
536
S :HandleCloseButton (WardrobeCollectionFrame .FilterButton .ResetButton )
0 commit comments