]> Pileus Git - ~andy/gtk/commit
This commit includes a fix for #169463, Stefan Kost.
authorKristian Rietveld <kris@gtk.org>
Sun, 19 Jun 2005 12:44:12 +0000 (12:44 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Sun, 19 Jun 2005 12:44:12 +0000 (12:44 +0000)
commitd4fdc6b7a90482c4eebccbf1a7d1bb19289818fa
tree4c0fb3b603362d887f1df7a6c39b4063bc833090
parenta2ea759334b897b194714433a646c288a5c05617
This commit includes a fix for #169463, Stefan Kost.

2005-06-19  Kristian Rietveld  <kris@gtk.org>

This commit includes a fix for #169463, Stefan Kost.

* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
when cell_area is set, return cell_area width/height as width/height,
so the focus rectangle will be drawn correctly.

* gtk/gtktreeview.c (gtk_tree_view_bin_expose): drop unneeded get
of focus-line-width property,
(validate_row): take focus_line_width into account.

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
also take focus_line_width into account when calculating the cell_area
y and height (before, we only took it into account when calculating
x and width).
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkcellrendererprogress.c
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c