Fix up item_area correctly in RTL mode. (#133984, patch from Semion

Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

	* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
	correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
This commit is contained in:
Soeren Sandmann 2004-02-12 14:49:37 +00:00 committed by Søren Sandmann Pedersen
parent b58e8b05f9
commit 8c80eedd0f
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Feb 12 15:46:26 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):

View File

@ -1,3 +1,8 @@
Thu Feb 12 15:46:26 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):

View File

@ -1,3 +1,8 @@
Thu Feb 12 15:46:26 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):

View File

@ -1,3 +1,8 @@
Thu Feb 12 15:46:26 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):

View File

@ -1,3 +1,8 @@
Thu Feb 12 15:46:26 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):

View File

@ -1468,7 +1468,7 @@ gtk_toolbar_size_allocate (GtkWidget *widget,
if (need_arrow)
fixup_allocation_for_rtl (available_size, &arrow_allocation);
fixup_allocation_for_rtl (allocation->width, &item_area);
fixup_allocation_for_rtl (available_size, &item_area);
}
/* translate the items by allocation->(x,y) */