]> Pileus Git - ~andy/gtk/commit
GtkTreeView: Don't short-circuit header-height calculation
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2011 01:40:08 +0000 (21:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2011 01:40:08 +0000 (21:40 -0400)
commita081485269a94ddccbcb6ebeb9c79a94dc2ac253
tree741ed4c64743452ea34c6d3353bdf68f83aca20c
parent1743e18c8765ee6679f907802c7a9016afd52e31
GtkTreeView: Don't short-circuit header-height calculation

The code was putting header_height at zero when there is
no model. That leads to temporary underallocation of header
buttons.
gtk/gtktreeview.c