vcl/source/opengl/OpenGLContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 39536557e039252f110d22884cbbce68458356c3 Author: Jan Holesovsky <ke...@collabora.com> Date: Mon May 19 15:36:06 2014 +0200 Don't disable painting. Change-Id: Ia7d8a49af756a642c393f47b7dc342b8e48b5eda diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 6bb7c10..d0189fa 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -585,7 +585,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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits