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
I have a button to "hide/show" a password which changes the secure_text_entry boolean. If it gets hidden then re-revealed, it loses the font I applied to it with RMQ.
@password.style do |st|
st.secure_text_entry = false
st.font = font.size_18_light
end
Even if I reapply the font, it still shows the system default font (or whatever serif font it is).
The text was updated successfully, but these errors were encountered:
I have a button to "hide/show" a password which changes the secure_text_entry boolean. If it gets hidden then re-revealed, it loses the font I applied to it with RMQ.
Even if I reapply the font, it still shows the system default font (or whatever serif font it is).
The text was updated successfully, but these errors were encountered: