mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +03:00
Default preview background color has been changed
This commit is contained in:
parent
e0ef984fca
commit
fdaee730ad
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user