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:
@@ -186,6 +186,11 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
|||||||
|
|
||||||
infoText += QString("<b>Fault results: </b> %1<br>").arg(faultMapping);
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user