Don't disable painting.

Change-Id: Ia7d8a49af756a642c393f47b7dc342b8e48b5eda
This commit is contained in:
Jan Holesovsky
2014-05-19 15:36:06 +02:00
committed by Markus Mohrhard
parent b349d2483e
commit 58cb649dbe

View File

@@ -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;