File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ bool QgsRenderChecker::runTest( QString theTestName )
55
55
QImage myImage ( myExpectedImage.width () , myExpectedImage.height (), QImage::Format_RGB32 );
56
56
QImage myDifferenceImage ( myExpectedImage.width () , myExpectedImage.height (), QImage::Format_RGB32);
57
57
QString myResultDiffImage = QDir::tempPath () + QDir::separator () + theTestName + " _result_diff.png" ;
58
- myImage.fill ( QColor ( " #98dbf9 " ).pixel () );
59
- myDifferenceImage.fill ( QColor ( " #98dbf9 " ).pixel () );
58
+ myImage.fill ( QColor ( 152 , 219 , 249 ).pixel () );
59
+ myDifferenceImage.fill ( QColor ( 152 , 219 , 249 ).pixel () );
60
60
QPainter myPainter ( &myImage );
61
61
mpMapRenderer->setOutputSize ( QSize ( myExpectedImage.width (),myExpectedImage.height () ),72 );
62
62
QTime myTime;
You can’t perform that action at this time.
0 commit comments