mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2503 2D intersection View: Add Z-scale as info in the 3d info box
This commit is contained in:
parent
7f246a032a
commit
0cb14397ac
@ -190,6 +190,9 @@ void Rim2dIntersectionView::update3dInfo()
|
||||
}
|
||||
|
||||
overlayInfoText += "<p>";
|
||||
|
||||
overlayInfoText += "<b>Z-scale:</b> " + QString::number(scaleZ()) + "<br> ";
|
||||
|
||||
overlayInfoText += "<b>Intersection:</b> " + m_intersection->name() + "<br>";
|
||||
|
||||
if (m_intersection->simulationWell())
|
||||
|
Loading…
Reference in New Issue
Block a user