We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ee392 commit 80909caCopy full SHA for 80909ca
src/gui/raster/qgsrasterhistogramwidget.cpp
@@ -491,8 +491,8 @@ void QgsRasterHistogramWidget::refreshHistogram()
491
mypHisto = new QwtPlotHistogram( tr( "Band %1" ).arg( myIteratorInt ) );
492
mypHisto->setRenderHint( QwtPlotItem::RenderAntialiased );
493
//mypHisto->setPen( QPen( mHistoColors.at( myIteratorInt ) ) );
494
+ mypHisto->setPen( QPen( Qt::lightGray ) );
495
// this is needed in order to see the colors in the legend
- mypHisto->setPen( QPen( Qt::black ) );
496
mypHisto->setBrush( QBrush( mHistoColors.at( myIteratorInt ) ) );
497
}
498
#else
0 commit comments