]> Pileus Git - ~andy/gtk/commit
Fixed hangs in TextView and ToolPalette
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 30 Oct 2010 14:10:43 +0000 (23:10 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 30 Oct 2010 14:10:43 +0000 (23:10 +0900)
commitae71cf72090de41a47dd9989f390cb515179050b
tree5e5910857705a76cc0e57fafce60882500e4c186
parent338001ae483c2edcfc3e7f3284010a0815bc75df
Fixed hangs in TextView and ToolPalette

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.
gtk/gtkscrolledwindow.c