mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Info window in 3D: Added fault property name
This commit is contained in:
parent
f29d3c2876
commit
f3c7c3017c
@ -186,6 +186,11 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
||||
|
||||
infoText += QString("<b>Fault results: </b> %1<br>").arg(faultMapping);
|
||||
}
|
||||
|
||||
if (m_reservoirView->faultResultSettings()->customFaultResult())
|
||||
{
|
||||
infoText += QString("<b>Fault Property:</b> %1 <br>").arg(m_reservoirView->faultResultSettings()->customFaultResult()->resultVariable());
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user