Skip to content
  • Matthias Clasen's avatar
    gridview: Don't assert on a condition that can happen · 2842030e
    Matthias Clasen authored
    We are currently not robust against model changes or
    widget invalidations, so we can actually end up in
    situations where we run out of items here. Handle
    the failure a bit more gracefully, by returning NULL.
    
    This is good enough to make scrolling work okish most
    of the time. We still need a proper fix to handle
    other situations.
    2842030e