summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-11-04 16:50:24 +0100
committerAndras Timar <andras.timar@collabora.com>2017-11-04 16:50:24 +0100
commit4ffc513eda9a2fde4541a99f34cd50aa555603de (patch)
tree2c40b52326c24ac2a61be28913fbb3aae825bed9
parentb3d47a1a2f4a5c5ad6c5eb9d34304cb8dac85622 (diff)
Revert "Revert "tdf#112486 Do not force GDI in no OpenGL""
-rw-r--r--vcl/win/gdi/winlayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index 18c17b02abc2..f555d86325f2 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -3873,7 +3873,7 @@ void WinSalGraphics::DrawSalLayout(const CommonSalLayout& rLayout)
if (!bUseOpenGL)
{
// no OpenGL, just classic rendering
- DrawTextLayout(rLayout, hDC, !bForceGDI);
+ DrawTextLayout(rLayout, hDC, false);
}
else if (!bForceGDI && CacheGlyphs(rLayout) &&
DrawCachedGlyphs(rLayout))