summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-05-19 22:04:25 +0200
committerJan Holesovsky <kendy@collabora.com>2014-05-21 10:36:54 +0200
commitf72d85e6fadfc66b80313d662ce3a938ed59aecf (patch)
tree0d2cc3d4a4dae68965d9c3cfd8b6ba0904927981
parentf635aed5b176fc7a305f7571ca67fdb30782665b (diff)
Avoid blinking when doing operations in the spreadsheets.
Change-Id: I31d24ef32ef4bb9ea4b57d596cccd269d07d91ec
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx2
1 files changed, 1 insertions, 1 deletions
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();