]> Pileus Git - ~andy/gtk/commit
Fixed GtkTextView & GtkIconView to consult it's true previous size request
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 9 Sep 2010 07:27:22 +0000 (16:27 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 9 Sep 2010 08:19:18 +0000 (17:19 +0900)
commit73ea777c331b3ab62d55ddd1c258835c612c34d0
tree9463ff6c8aed1da60ae4baea00e65e27b49fd38f
parent843be48572e00d20e927cfb6f11ad4abba6e8e15
Fixed GtkTextView & GtkIconView to consult it's true previous size request

Fixed issues in my previous patch for bug 626939 removing GtkRequisition
cache: these widgets monitor the previous requested size and decide whether
to queue a resize when the content changes based on it's prior request.
gtk/gtkiconview.c
gtk/gtktextview.c