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 )
5555 QImage myImage ( myExpectedImage.width () , myExpectedImage.height (), QImage::Format_RGB32 );
5656 QImage myDifferenceImage ( myExpectedImage.width () , myExpectedImage.height (), QImage::Format_RGB32);
5757 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 () );
6060 QPainter myPainter ( &myImage );
6161 mpMapRenderer->setOutputSize ( QSize ( myExpectedImage.width (),myExpectedImage.height () ),72 );
6262 QTime myTime;
You can’t perform that action at this time.
0 commit comments