mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3793 View auto name. Move ViewNameConfig to 3dView and replace current name field. InitAfterRead update to be backward compatible
This commit is contained in:
@@ -276,9 +276,6 @@ RimEclipseView* RimEclipseCase::createAndAddReservoirView()
|
||||
|
||||
caf::PdmDocument::updateUiIconStateRecursively(rimEclipseView);
|
||||
|
||||
size_t i = reservoirViews().size();
|
||||
rimEclipseView->setName(QString("View %1").arg(i + 1));
|
||||
|
||||
reservoirViews().push_back(rimEclipseView);
|
||||
|
||||
return rimEclipseView;
|
||||
|
||||
Reference in New Issue
Block a user