[Libreoffice-commits] core.git: vcl/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Jun 7 17:36:28 UTC 2016
vcl/source/window/openglwin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 16e6fcfc367d9a1b0d67d1b4df0c087887f1ec34
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Jun 7 19:33:20 2016 +0200
we also need to set initialized falg for deferred initialization
Change-Id: I2ca727ea5a371e916b6acec5ba7ed1fb287208ee
diff --git a/vcl/source/window/openglwin.cxx b/vcl/source/window/openglwin.cxx
index bef5a80..b7c309c 100644
--- a/vcl/source/window/openglwin.cxx
+++ b/vcl/source/window/openglwin.cxx
@@ -59,6 +59,7 @@ bool OpenGLWindowImpl::IsInitialized() const
void OpenGLWindowImpl::Initialize()
{
mxContext->init(mxChildWindow.get());
+ mbInitialized = true;
}
OpenGLWindow::OpenGLWindow(vcl::Window* pParent, bool bInit):
More information about the Libreoffice-commits
mailing list