]> Pileus Git - ~andy/gtk/commit
Fixed assertions in gtk_cell_renderer_get_aligned_area().
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 12 Jan 2011 16:12:33 +0000 (01:12 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 12 Jan 2011 16:16:19 +0000 (01:16 +0900)
commit3492b1567de8d042d0a75b1caba01cf1e5b70f63
tree9031985d1b9cf511af9dd65e9154ca1176e3f76a
parentaa1f58b731bfc38992eca2a07368b9907b4995ec
Fixed assertions in gtk_cell_renderer_get_aligned_area().

The assertions here were not accounting for the possiblility of
zero width visible renderers that are aligned completely to the
right (i.e. renderers with no content set for a said row).
gtk/gtkcellrenderer.c