mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Adde linebreak if no statistics are present
This commit is contained in:
parent
489b25531f
commit
b7377e1873
@ -189,6 +189,10 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
||||
infoText += QString("<b>Fault results: </b> %1<br>").arg(faultMapping);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
infoText += "<br>";
|
||||
}
|
||||
|
||||
|
||||
if (m_reservoirView->animationMode() && m_reservoirView->cellEdgeResult()->hasResult())
|
||||
|
Loading…
Reference in New Issue
Block a user