Select last imported wellPath on import, not last wellPath in collection

This commit is contained in:
Rebecca Cox
2017-11-12 21:57:25 +01:00
parent 3e40331c5b
commit a4484579e2
3 changed files with 19 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ public:
void setProject(RimProject* project);
QString newestAddedWellName() { return m_newestAddedWellName; }
enum WellVisibilityType
{
FORCE_ALL_OFF,
@@ -129,4 +131,5 @@ private:
RiaEclipseUnitTools::UnitSystemType findUnitSystemForWellPath(const RimWellPath* wellPath);
RifWellPathImporter* m_wellPathImporter;
QString m_newestAddedWellName;
};