Statistics dialog. Display time step

This commit is contained in:
Bjørn Erik Jensen
2017-11-28 15:07:46 +01:00
parent 6fae55f07c
commit c530841e41
3 changed files with 55 additions and 3 deletions

View File

@@ -101,7 +101,8 @@ void RicGridStatisticsDialog::setInfoText(RimView* view)
if (view && overlayInfo)
{
QString text;
text = overlayInfo->caseInfoText();
text = overlayInfo->timeStepText();
text += overlayInfo->caseInfoText();
text += overlayInfo->resultInfoText(overlayInfo->histogramData());
m_textEdit->setText(text);
adjustTextEditHeightToContent();