summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-09-01 13:42:51 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-09-02 00:04:03 +0200
commit11b954e4f92da7620ba2dc89430fa09d3946f780 (patch)
treee11bdbba446c9b950a505096b196a6112ea23405 /officecfg
parente29f80efc826fdc8a8e4b7cbdd3becf2f074cce4 (diff)
Revert "make Skia the default now on Mac too" (tdf#144214)
It turns out HiDPI needs special handling, and I didn't get it right, and can't find a way to set up that mode here, so I can't test. Revert the default for now until this gets sorted out. This reverts commit 2489edcbe0f5dc77649fc2e801c1bbffb71692b8. Change-Id: I6d2f09a81c1ffa1537183a834f242c4f8b29aa4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121423 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.xcu2
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 f543b6ebb3c9..b00c5f3d1c18 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">true</value>
+ <value install:module="macosx">false</value>
<value install:module="unx">false</value>
<value install:module="wnt">true</value>
</prop>