mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Move name to private field
This commit is contained in:
@@ -56,7 +56,7 @@ RimEclipseView* RicSelectOrCreateViewFeatureImpl::showViewSelection(RimEclipseRe
|
||||
if (featureUi.createNewView())
|
||||
{
|
||||
RimEclipseView* createdView = resultCase->createAndAddReservoirView();
|
||||
createdView->name = featureUi.newViewName();
|
||||
createdView->setName(featureUi.newViewName());
|
||||
|
||||
// Must be run before buildViewItems, as wells are created in this function
|
||||
createdView->loadDataAndUpdate();
|
||||
|
||||
Reference in New Issue
Block a user