From 58cb649dbe1bfbbd254fb8c9ac8c7526880b70cc Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 19 May 2014 15:36:06 +0200 Subject: Don't disable painting. Change-Id: Ia7d8a49af756a642c393f47b7dc342b8e48b5eda --- 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 9370aaedf92b..649269d5ca41 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -605,7 +605,7 @@ bool OpenGLContext::initWindow() m_pChildWindow->EnableEraseBackground( false ); m_pChildWindow->SetControlForeground(); m_pChildWindow->SetControlBackground(); - m_pChildWindow->EnablePaint(false); + //m_pChildWindow->EnablePaint(false); const SystemEnvData* sysData(m_pChildWindow->GetSystemData()); m_aGLWin.hWnd = sysData->hWnd; -- cgit v1.2.3