You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SafeSetFont: skip the text re-render for secret text entirely
Align with the 12.1 branch's independently-developed fix for the same
taint bug: gate on issecretvalue before any boolean use of the text
instead of doing the SetText round trip on secrets. Secret-text
fontstrings rewrite on every update, so the font change still lands on
the next natural SetText. Keeps the two branches' SafeSetFont identical.
0 commit comments