Kaydet (Commit) 4fe010cc authored tarafından Miklos Vajna's avatar Miklos Vajna

sw tiled rendering: default to transparent background outside page frames

Change-Id: Ie018a878eb7d7ef14a80a6b86020c114ff14da88
üst 1d3b6133
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#include <unotools/syslocale.hxx> #include <unotools/syslocale.hxx>
#include <editeng/acorrcfg.hxx> #include <editeng/acorrcfg.hxx>
#include <comphelper/lok.hxx>
#ifdef DBG_UTIL #ifdef DBG_UTIL
bool SwViewOption::s_bTest9 = false; //DrawingLayerNotLoading bool SwViewOption::s_bTest9 = false; //DrawingLayerNotLoading
...@@ -209,6 +210,8 @@ SwViewOption::SwViewOption() : ...@@ -209,6 +210,8 @@ SwViewOption::SwViewOption() :
m_bTest1 = m_bTest2 = m_bTest3 = m_bTest4 = m_bTest1 = m_bTest2 = m_bTest3 = m_bTest4 =
m_bTest5 = m_bTest6 = m_bTest7 = m_bTest8 = m_bTest10 = false; m_bTest5 = m_bTest6 = m_bTest7 = m_bTest8 = m_bTest10 = false;
#endif #endif
if (comphelper::LibreOfficeKit::isActive())
aAppBackgroundColor = COL_TRANSPARENT;
} }
SwViewOption::SwViewOption(const SwViewOption& rVOpt) SwViewOption::SwViewOption(const SwViewOption& rVOpt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment