Skip to content
  • Adrien Plazas's avatar
    action-row: Upcast self to check the activated row · 8fb52113
    Adrien Plazas authored
    Upcast the HdyActionRow rather than downcasting the activated row to
    compare their pointers. This prevents error messages when a sibbling row
    that isn't a HdyActionRow is activated. Also use a simple cast rather
    than a safe cast as it is there only to please the compiler and is
    useless for a pointer comparison and it's faster.
    8fb52113