separator: call gtk_style_context_restore() after drawing
https://bugzilla.gnome.org/show_bug.cgi?id=647086
This commit is contained in:

committed by
Matthias Clasen

parent
b52394adca
commit
35479be43e
@ -266,6 +266,8 @@ gtk_separator_draw (GtkWidget *widget,
|
||||
(width - padding.left) / 2, height - 1);
|
||||
}
|
||||
|
||||
gtk_style_context_restore (context);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user