mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
b58e8b05f9
commit
8c80eedd0f
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user