[Libreoffice-commits] core.git: vcl/skia
Tomoyuki Kubota (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 20 15:05:34 UTC 2020
vcl/skia/SkiaHelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9245fd026a2cba4bd90c7885c00d328bc34f3484
Author: Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Sat Jan 18 21:19:14 2020 +0900
Commit: Luboš Luňák <l.lunak at 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.lunak at 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())
More information about the Libreoffice-commits
mailing list