shell-global: Don't override the X11 window scale

It's already done by libmutter.

https://bugzilla.gnome.org/show_bug.cgi?id=765011
This commit is contained in:
Jonas Ådahl 2017-05-11 12:21:16 +08:00
parent 60e7db7126
commit b18735da52

View File

@ -855,8 +855,6 @@ update_scaling_factor (ShellGlobal *global,
g_object_set (clutter_settings_get_default (), "font-dpi", xft_dpi, NULL);
}
/* Make sure clutter and gdk scaling stays disabled */
gdk_x11_display_set_window_scale (gdk_display_get_default (), 1);
}
static void