forked from AuroraMiddleware/gtk
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:
parent
a9affcdd3f
commit
bdfa05bc81
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user