We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0d54a4f commit f00db95Copy full SHA for f00db95
src/gui/symbology-ng/qgssymbollayerv2widget.cpp
@@ -3207,7 +3207,7 @@ void QgsRasterFillSymbolLayerWidget::updatePreviewImage()
3207
QImage image( mLayer->imageFilePath() );
3208
if ( image.isNull() )
3209
{
3210
- mLabelImagePreview->setPixmap( 0 );
+ mLabelImagePreview->setPixmap( QPixmap() );
3211
return;
3212
}
3213
0 commit comments