[Libreoffice-commits] core.git: officecfg/registry

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 1 22:04:36 UTC 2021


 officecfg/registry/data/org/openoffice/Office/Common.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11b954e4f92da7620ba2dc89430fa09d3946f780
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Wed Sep 1 13:42:51 2021 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Thu Sep 2 00:04:03 2021 +0200

    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 at collabora.com>

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>


More information about the Libreoffice-commits mailing list