Skip to content

If I toggle st.secure_text_entry, I cannot restore the font #313

@dam13n

Description

@dam13n

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions