info_bar: call style_updated at the end of info_bar_init
This fix a render bug where the infobar would not add borders arount its content. Fix proposed by Benjamin Otte.
This commit is contained in:
		@ -541,6 +541,7 @@ gtk_info_bar_init (GtkInfoBar *info_bar)
 | 
			
		||||
  info_bar->priv->action_area = action_area;
 | 
			
		||||
 | 
			
		||||
  gtk_widget_pop_composite_child ();
 | 
			
		||||
  gtk_info_bar_style_updated (info_bar);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static GtkBuildableIface *parent_buildable_iface;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user