MrMime71 / Outfitter

Fan Update
MIT License
4 stars 3 forks source link

fix: scaling issue to prevent cascading scales #16

Open frozn opened 1 year ago

frozn commented 1 year ago

This fixes #14. To prevent cascading scales calling SetScale() in InitializeFrame() is only necessary on the main frame of the dropdown.

frozn commented 1 year ago

Updated PR with better solution, removed calling frame:SetIgnoreParentScale(true).