separator: call gtk_style_context_restore() after drawing

https://bugzilla.gnome.org/show_bug.cgi?id=647086
This commit is contained in:
Cosimo Cecchi
2011-04-07 15:21:51 -04:00
committed by Matthias Clasen
parent b52394adca
commit 35479be43e

View File

@ -266,6 +266,8 @@ gtk_separator_draw (GtkWidget *widget,
(width - padding.left) / 2, height - 1);
}
gtk_style_context_restore (context);
return FALSE;
}