GtkStyleContext: invalidate context when setting the screen

This commit is contained in:
Carlos Garnacho 2010-09-11 12:47:31 +02:00
parent 8dfa0e03ea
commit 1e66155aec

View File

@ -1615,6 +1615,8 @@ gtk_style_context_set_screen (GtkStyleContext *context,
priv->screen = screen;
g_object_notify (G_OBJECT (context), "screen");
gtk_style_context_invalidate (context);
}
GdkScreen *