- changed error message for models with constant vertex quality

This commit is contained in:
Guido Ranzuglia granzuglia 2014-02-18 16:42:34 +00:00
parent dfcffc8fcd
commit da4fc93ab2

View File

@ -426,7 +426,7 @@ bool QualityMapperDialog::drawEqualizerHistogram(bool leftHandleIsInsideHistogra
this->ComputePerVertexQualityHistogram(mesh.cm, histogramRange, _equalizer_histogram, NUMBER_OF_HISTOGRAM_BINS);
if (histogramRange.minV == histogramRange.maxV)
{
QMessageBox::warning(this, tr("Quality Mapper"), tr("The model has no vertex quality"), QMessageBox::Ok);
QMessageBox::warning(this, tr("Quality Mapper"), tr("The model vertex quality is a constant"), QMessageBox::Ok);
return false;
}
//building histogram chart informations