Grid statistics. Add argument to control the result text

This commit is contained in:
Bjørn Erik Jensen
2017-12-05 11:24:11 +01:00
parent ea6ae75033
commit 77f4b4bb4b
3 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ void RicGridStatisticsDialog::setInfoText(RimView* view)
QString text;
text = overlayInfo->timeStepText();
text += overlayInfo->caseInfoText();
text += overlayInfo->resultInfoText(overlayInfo->histogramData());
text += overlayInfo->resultInfoText(overlayInfo->histogramData(), true);
m_textEdit->setText(text);
adjustTextEditHeightToContent();
}