We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1bdf0 commit 8fc37bfCopy full SHA for 8fc37bf
src/gui/qgshistogramwidget.cpp
@@ -84,7 +84,7 @@ QgsHistogramWidget::~QgsHistogramWidget()
84
85
static bool _rangesByLower( const QgsRendererRange &a, const QgsRendererRange &b )
86
{
87
- return a.lowerValue() < b.lowerValue() ? -1 : 0;
+ return a.lowerValue() < b.lowerValue();
88
}
89
90
void QgsHistogramWidget::setGraduatedRanges( const QgsRangeList &ranges )
0 commit comments