Skip to content
  • Benjamin Otte's avatar
    sizerequest: Optimize CONSTANT_SIZE better · 53262cf7
    Benjamin Otte authored
    We can set for_size to -1 earlier than we did. Doing so makes sure we
    only cache one value (as we should in the first place). In GTK 3.6, this
    worked properly, but with Previously, this check was moved further up to
    avoid interacting with size groups. But after recent refactorings, size
    groups are handled way earlier anyway.
    53262cf7