[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - vcl/inc
David Tardon
dtardon at redhat.com
Tue Nov 29 08:22:36 UTC 2016
vcl/inc/opengl/RenderState.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit b53f04662eb7760bb25bb8c6ae97adef0b3fba1b
Author: David Tardon <dtardon at redhat.com>
Date: Mon Nov 28 16:47:23 2016 +0100
tdf#104139 keep the current OpenGL state
This hopefully fixes tdf#104139, which I cannot reproduce on my system.
Change-Id: I903f479a1f401804481b9645c9377c4aaeec13f7
(cherry picked from commit 83288089d5efd2cd1d5c76b05a4ba3f782641e88)
Signed-off-by: David Tardon <dtardon at redhat.com>
diff --git a/vcl/inc/opengl/RenderState.hxx b/vcl/inc/opengl/RenderState.hxx
index 1f526ba..25dd837 100644
--- a/vcl/inc/opengl/RenderState.hxx
+++ b/vcl/inc/opengl/RenderState.hxx
@@ -22,8 +22,6 @@ protected:
GenericCapabilityState()
: mbTest(readState())
{
- if (mbTest)
- disable();
}
static bool readState()
More information about the Libreoffice-commits
mailing list