Avoid blinking when doing operations in the spreadsheets.
Change-Id: I31d24ef32ef4bb9ea4b57d596cccd269d07d91ec
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user