Dropdown atlases have invalid or missing slice data
Meorawr opened this issue · 1 comments
Meorawr commented
The dropdown atlases used by new menus in 1.15.4.56400 have a mixture of invalid and missing data for configuring texture slicing.
-
Assets specific to Classic-only dropdowns have slice data, but the UITextureSliceMode appears to be invalid. All records report a slice mode of either 3 or 9, rather than the expected 0 (Stretched) or 1 (Tiled).
/dump C_Texture.GetAtlasInfo("common-dropdown-classic-bg").sliceData.sliceMode
will report 9./dump C_Texture.GetAtlasInfo("common-dropdown-classic-b-button").sliceData.sliceMode
will report 3.
-
Assets relating to settings dropdowns have no slice data entries whatsoever, resulting in them displaying wonderfully unsliced and stretched.
Meorawr commented
Appears to be resolved at a quick glance of the data for the first 4.4.1 build. Will assume this is also the case in the next 1.15.4 build, or will scream loudly if it isn't.