forked from AuroraMiddleware/gtk
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_x = priv->cur_page->allocation.x - allocation.x - border_width;
|
||||||
|
|
||||||
gap_width = priv->cur_page->allocation.width;
|
gap_width = priv->cur_page->allocation.width;
|
||||||
step = is_rtl ? STEP_NEXT : STEP_PREV;
|
step = is_rtl ? STEP_PREV : STEP_NEXT;
|
||||||
break;
|
break;
|
||||||
case GTK_POS_LEFT:
|
case GTK_POS_LEFT:
|
||||||
case GTK_POS_RIGHT:
|
case GTK_POS_RIGHT:
|
||||||
|
Loading…
Reference in New Issue
Block a user