notebook: don't forget to prepare the tab style context before drawing

The previous commit a9affcdd3f
accidentally removed the call to notebook_tab_prepare_style_context()
This commit is contained in:
Cosimo Cecchi 2011-09-29 01:49:55 -04:00
parent a9affcdd3f
commit bdfa05bc81

View File

@ -5266,6 +5266,7 @@ gtk_notebook_draw_tab (GtkNotebook *notebook,
context = gtk_widget_get_style_context (widget);
gtk_style_context_save (context);
notebook_tab_prepare_style_context (notebook, page, context, use_flags);
gtk_render_extension (context, cr,
page->allocation.x,