tdf#93822 - disable horror legacy menu background saving for OpenGL.

Change-Id: Icaa5fb197f3fa234da4538a2a7b21131cab89277
This commit is contained in:
Michael Meeks
2015-08-31 21:29:21 +01:00
parent b27b9084c5
commit 59618d22a0

View File

@@ -26,6 +26,8 @@
#include <stdarg.h>
#include <vector>
#include "svdata.hxx"
#include "opengl/zone.hxx"
#include "opengl/watchdog.hxx"
#include <osl/conditn.h>
@@ -627,7 +629,10 @@ bool OpenGLHelper::isVCLOpenGLEnabled()
bRet = bEnable;
}
if (bRet)
{
OpenGLWatchdogThread::start();
ImplGetSVData()->maWinData.mbNoSaveBackground = true;
}
return bRet;
}