vcl/skia/SkiaHelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9245fd026a2cba4bd90c7885c00d328bc34f3484
Author:     Tomoyuki Kubota <himajin100...@gmail.com>
AuthorDate: Sat Jan 18 21:19:14 2020 +0900
Commit:     Luboš Luňák <l.lu...@collabora.com>
CommitDate: Mon Jan 20 16:05:03 2020 +0100

    bEnable for UseSkia is reversed
    
    Change-Id: I05f0601604ea1bc0d847ddee709c2d28c623b36b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87013
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>

diff --git a/vcl/skia/SkiaHelper.cxx b/vcl/skia/SkiaHelper.cxx
index 4ea63f85db8a..20bf299cfb56 100644
--- a/vcl/skia/SkiaHelper.cxx
+++ b/vcl/skia/SkiaHelper.cxx
@@ -85,7 +85,7 @@ bool isVCLSkiaEnabled()
         bEnable = bEnableSkiaEnv;
 
         if (officecfg::Office::Common::VCL::UseSkia::get())
-            bEnable = false;
+            bEnable = true;
 
         // Force disable in safe mode
         if (Application::IsSafeModeEnabled())
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to