Skip to content
  • Tristan Van Berkom's avatar
    Fixing hangs with GtkScrolledWindow · f20ac579
    Tristan Van Berkom authored
    Now gtk_widget_size_allocate() unsets the resize_needed flags
    before returning, essentially this means that any widget that
    has a queued resize and is allocated before resize time, including
    queued resizes from inside a size_allocate() method will be
    cancelled.
    f20ac579