vcl/opengl/gdiimpl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7fdc29469d3d098c1b2d5b1cfc7ed907031eb932
Author: Marco Cecchetti <[email protected]>
Date: Fri Mar 11 18:04:40 2016 +0100
tdf#95616 - fix flickering issue
Change-Id: I0d5bfdf44dde2cd06c193f34e81c6ce71291bba1
Reviewed-on: https://gerrit.libreoffice.org/23238
Tested-by: Jenkins <[email protected]>
Reviewed-by: Michael Meeks <[email protected]>
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index ef4f4ae..7bf7149 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -454,6 +454,7 @@ bool OpenGLSalGraphicsImpl::CheckOffscreenTexture()
maOffscreenTex.GetHeight() != GetHeight() )
{
VCL_GL_INFO( "re-size offscreen texture " << maOffscreenTex.Id() );
+ mpFlush->SetPriority( SchedulerPriority::POST_PAINT );
mpContext->ReleaseFramebuffer( maOffscreenTex );
maOffscreenTex = OpenGLTexture();
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits