mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Statistics dialog. Display time step
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user