Fixed missing selection of well path in project tree when clicking on a well path in 3D view

This commit is contained in:
Magne Sjaastad
2015-12-16 09:46:08 +01:00
parent fc7721dc20
commit 0a15ccf577
3 changed files with 2 additions and 22 deletions
@@ -82,6 +82,8 @@ bool RicWellPathViewerEventHandler::handleEvent(cvf::Object* eventObject)
RiuMainWindow::instance()->setResultInfo(wellPathText);
RiuMainWindow::instance()->selectAsCurrentItem(wellPathSourceInfo->wellPath());
return true;
}
}