forked from AuroraMiddleware/gtk
GtkStyleContext: invalidate context when setting the screen
This commit is contained in:
parent
8dfa0e03ea
commit
1e66155aec
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user