diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-08-30 11:35:41 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-11-16 12:59:44 +0100 |
commit | 7ee24b7358295bf9be323ad177ea00aa8b1588a7 (patch) | |
tree | c8ed55cf2e5b4880017f16ad0255c2219c0fc1b7 /officecfg | |
parent | 1170db278db9f1067c05d5df95faf81c1ce861bc (diff) |
make Skia the default now on Mac too (again)
This is a re-land of commit 2489edcbe0f5dc77649fc2e801c1bbffb71692b8,
now that HiDPI support (tdf#144214) has been implemented properly.
Originally coming from the ESC decision from Aug 26th.
Change-Id: I4d397282adeeac50ff19ba651b920c73080d3dfd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125273
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index b00c5f3d1c18..f543b6ebb3c9 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -51,7 +51,7 @@ </node> <node oor:name="VCL"> <prop oor:name="UseSkia" oor:type="xs:boolean"> - <value install:module="macosx">false</value> + <value install:module="macosx">true</value> <value install:module="unx">false</value> <value install:module="wnt">true</value> </prop> |