#2503 2D intersection View: Add Z-scale as info in the 3d info box

This commit is contained in:
Rebecca Cox 2018-02-19 15:08:54 +01:00
parent 7f246a032a
commit 0cb14397ac

View File

@ -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())