mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 08:00:04 +00:00
GtkNotebook: invert tab drawing order so region flags are set correctly.
This commit is contained in:
parent
78a98decae
commit
7e7347d1a0
@ -4967,7 +4967,7 @@ gtk_notebook_paint (GtkWidget *widget,
|
||||
gap_x = priv->cur_page->allocation.x - allocation.x - border_width;
|
||||
|
||||
gap_width = priv->cur_page->allocation.width;
|
||||
step = is_rtl ? STEP_NEXT : STEP_PREV;
|
||||
step = is_rtl ? STEP_PREV : STEP_NEXT;
|
||||
break;
|
||||
case GTK_POS_LEFT:
|
||||
case GTK_POS_RIGHT:
|
||||
|
Loading…
Reference in New Issue
Block a user