tdf#93822 - disable horror legacy menu background saving for OpenGL.
Change-Id: Icaa5fb197f3fa234da4538a2a7b21131cab89277
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user