window: Use gtk_system_setting_change

Propagate GTK_SYSTEM_SETTING_DISPLAY when the display
of the window changes.
This commit is contained in:
Matthias Clasen 2020-04-21 16:56:42 -04:00
parent 723d57eeb5
commit 129b8bb7f1

View File

@ -7110,6 +7110,8 @@ gtk_window_set_display (GtkWindow *window,
gtk_widget_map (widget);
check_scale_changed (window);
gtk_widget_system_setting_changed (GTK_WIDGET (window), GTK_SYSTEM_SETTING_DISPLAY);
}
static void