0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 16:44:39 +03:00

Default preview background color has been changed

This commit is contained in:
Arin Alexander 2019-02-19 03:02:46 +03:00
parent e0ef984fca
commit fdaee730ad

View File

@ -83,7 +83,7 @@ ReportEnginePrivate::ReportEnginePrivate(QObject *parent) :
m_fileWatcher( new QFileSystemWatcher( this ) ), m_reportLanguage(QLocale::AnyLanguage),
m_previewLayoutDirection(Qt::LayoutDirectionAuto), m_designerFactory(0),
m_previewScaleType(FitWidth), m_previewScalePercent(0), m_startTOCPage(0),
m_previewPageBackgroundColor(Qt::white)
m_previewPageBackgroundColor(Qt::gray)
{
#ifdef HAVE_STATIC_BUILD
initResources();