officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7ee24b7358295bf9be323ad177ea00aa8b1588a7 Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Mon Aug 30 11:35:41 2021 +0200 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Tue Nov 16 12:59:44 2021 +0100 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.lu...@collabora.com> 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>