From f72d85e6fadfc66b80313d662ce3a938ed59aecf Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 19 May 2014 22:04:25 +0200 Subject: [PATCH] Avoid blinking when doing operations in the spreadsheets. Change-Id: I31d24ef32ef4bb9ea4b57d596cccd269d07d91ec --- vcl/source/opengl/OpenGLContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 649269d5ca41..fb3bd72b65c6 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -601,7 +601,7 @@ bool OpenGLContext::initWindow() if( m_pChildWindow ) { m_pChildWindow->SetMouseTransparent( true ); - m_pChildWindow->SetParentClipMode( PARENTCLIPMODE_NOCLIP ); + m_pChildWindow->SetParentClipMode(PARENTCLIPMODE_CLIP); m_pChildWindow->EnableEraseBackground( false ); m_pChildWindow->SetControlForeground(); m_pChildWindow->SetControlBackground();