Always chain up in ::style-updated
This was not handled consistently, but the default handler does useful things, so we should always chain up.
This commit is contained in:
		| @ -997,7 +997,7 @@ gtk_message_dialog_style_updated (GtkWidget *widget) | ||||
|     { | ||||
|       gtk_widget_style_get (widget, "message-border", | ||||
|                             &border_width, NULL); | ||||
|        | ||||
|  | ||||
|       gtk_container_set_border_width (GTK_CONTAINER (parent), | ||||
|                                       MAX (0, border_width - 7)); | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen