#2356 grid statistics dialog. Display of Mobile Volume Weighted Mean controlled by info box property

This commit is contained in:
Bjørn Erik Jensen
2018-01-26 15:52:59 +01:00
parent 84725ced9b
commit ca3bb02c57
3 changed files with 5 additions and 5 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(), true);
text += overlayInfo->resultInfoText(overlayInfo->histogramData());
m_textEdit->setText(text);
adjustTextEditHeightToContent();
}