#2449 2d intersection view. Show UTM intersection point in result info window

This commit is contained in:
Bjørn Erik Jensen
2018-02-16 14:37:59 +01:00
parent 917cae9e2d
commit 772ba788ad
13 changed files with 132 additions and 8 deletions

View File

@@ -654,7 +654,7 @@ void RiuViewerCommands::handlePickAction(int winPosX, int winPosY, Qt::KeyboardM
else selItem = new RiuGeoMechSelectionItem(geomView, gridIndex, cellIndex, curveColor, gmFace, localIntersectionPoint);
}
if (intersectionView) selItem = new Riu2dIntersectionSelectionItem(selItem);
if (intersectionView) selItem = new Riu2dIntersectionSelectionItem(intersectionView, selItem);
}
if (appendToSelection)