Avoid blinking when doing operations in the spreadsheets.

Change-Id: I31d24ef32ef4bb9ea4b57d596cccd269d07d91ec
This commit is contained in:
Jan Holesovsky
2014-05-19 22:04:25 +02:00
parent f635aed5b1
commit f72d85e6fa

View File

@@ -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();