Skip to content
  • Tristan Van Berkom's avatar
    Fixed hangs in TextView and ToolPalette · ae71cf72
    Tristan Van Berkom authored
    Fixed the hangs by adding a ->inside_allocation flag and avoiding to
    queue resizes while inside the allocation loop. The extra queue'd resizes
    were causing the scrolled window size_allocate() to perform the guess
    again and again thus causing an infinite loop.
    ae71cf72