mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Fix cloning of GeoMech views from Python
This commit is contained in:
parent
699a3f9b34
commit
a3a7b6029e
@ -58,7 +58,7 @@ RicfCommandResponse RicfCloneView::execute()
|
||||
{
|
||||
RimGeoMechCase* geoMechCase = geoMechView->geoMechCase();
|
||||
RimGeoMechView* newGeoMechView = geoMechCase->createCopyAndAddView( geoMechView );
|
||||
view->loadDataAndUpdate();
|
||||
newGeoMechView->loadDataAndUpdate();
|
||||
newViewId = newGeoMechView->id();
|
||||
geoMechCase->updateConnectedEditors();
|
||||
Riu3DMainWindowTools::setExpanded( view );
|
||||
|
Loading…
Reference in New Issue
Block a user