[Libreoffice-commits] core.git: vcl/source

Jan Holesovsky kendy at collabora.com
Wed May 21 03:23:47 PDT 2014


 vcl/source/opengl/OpenGLContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58cb649dbe1bfbbd254fb8c9ac8c7526880b70cc
Author: Jan Holesovsky <kendy at 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 9370aae..649269d 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;


More information about the Libreoffice-commits mailing list