mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Compositionchecker: Default color tolerance of 1
This commit is contained in:
parent
b28dcb9cbc
commit
9ae9de3e7f
@ -22,12 +22,14 @@
|
||||
#include <QPainter>
|
||||
|
||||
QgsCompositionChecker::QgsCompositionChecker( const QString& testName, QgsComposition* composition )
|
||||
: QgsMultiRenderChecker(),
|
||||
mTestName( testName ),
|
||||
mComposition( composition ),
|
||||
mSize( 1122, 794 ),
|
||||
mDotsPerMeter( 96 / 25.4 * 1000 )
|
||||
: QgsMultiRenderChecker()
|
||||
, mTestName( testName )
|
||||
, mComposition( composition )
|
||||
, mSize( 1122, 794 )
|
||||
, mDotsPerMeter( 96 / 25.4 * 1000 )
|
||||
{
|
||||
// The composer has some slight render inconsistencies on the whole image sometimes
|
||||
setColorTolerance( 1 );
|
||||
}
|
||||
|
||||
QgsCompositionChecker::QgsCompositionChecker()
|
||||
|
Loading…
x
Reference in New Issue
Block a user