[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - vcl/source

Jan Holesovsky kendy at collabora.com
Mon May 19 06:41:09 PDT 2014


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

New commits:
commit 39536557e039252f110d22884cbbce68458356c3
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 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;


More information about the Libreoffice-commits mailing list