forked from AuroraMiddleware/gtk
Patch from jorn@nl.linux.org (Jorn Baayen) to notice changes to
Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height widgets.
This commit is contained in:
parent
2fd6edba8d
commit
20113848dd
@ -1,3 +1,9 @@
|
||||
Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
|
||||
jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
|
||||
widgets.
|
||||
|
||||
2005-02-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
|
||||
jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
|
||||
widgets.
|
||||
|
||||
2005-02-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
|
||||
jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
|
||||
widgets.
|
||||
|
||||
2005-02-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
|
||||
|
@ -4514,7 +4514,7 @@ gtk_tree_view_node_queue_redraw (GtkTreeView *tree_view,
|
||||
|
||||
gtk_widget_queue_draw_area (GTK_WIDGET (tree_view),
|
||||
0, y,
|
||||
GTK_WIDGET (tree_view)->requisition.width,
|
||||
GTK_WIDGET (tree_view)->allocation.width,
|
||||
GTK_RBNODE_GET_HEIGHT (node));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user